Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
2063f20089486f172fa689360d714d31c33a3181
/
.
/
tests
/
yanglint
/
modules
/
moddefault.yang
blob: 26570c3c3fe44e4046462582da52e93d1c53196c [
file
] [
log
] [
blame
]
module
moddefault
{
namespace
"urn:yanglint:moddefault"
;
prefix md
;
container mdc
{
leaf lf
{
type uint16
;
}
leaf di
{
type int16
;
default
"5"
;
}
leaf ds
{
type
string
;
default
"str"
;
}
}
}