1
0
Fork 0
libyang/tests/modules/yang/sm-modp.yang
Daniel Baumann cfcebb1a7d
Adding upstream version 3.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 08:00:08 +01:00

24 lines
342 B
YANG

module sm-modp {
yang-version 1.1;
namespace "urn:sm-modp";
prefix "sm-modp";
import ietf-yang-schema-mount {
prefix yangmnt;
}
revision 2017-01-26;
container ncmp {
yangmnt:mount-point "root";
}
container not-compiled {
leaf first {
type string;
}
leaf second {
type string;
}
}
}