Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
d3ca35cef6c7409bd1eb68c0f8ac82aa2cd0dfd8
/
.
/
tools
/
lint
/
tests
/
modules
/
modmandatory.yang
blob: 4d4854024583f22b8bf36371300db811bb3cda5a [
file
] [
log
] [
blame
]
module
modmandatory
{
namespace
"urn:yanglint:modmandatory"
;
prefix mm
;
container mmc
{
leaf lft
{
type int16
;
mandatory
true
;
}
leaf lff
{
type int16
;
}
}
}