Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
a472348426cc8e032d479799c269e766c0a1278d
/
.
/
tools
/
lint
/
tests
/
modules
/
modconfig.yang
blob: 1d12ca60d40ae2fd3100a389181801028201c018 [
file
] [
log
] [
blame
]
module
modconfig
{
namespace
"urn:yanglint:modconfig"
;
prefix mc
;
container mcc
{
leaf lft
{
type
string
;
config
true
;
mandatory
true
;
}
leaf lff
{
type
string
;
config
false
;
mandatory
true
;
}
}
}