Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
6cee5d0acf98532b490c75f176bc1ce6afb401fd
/
.
/
tools
/
lint
/
examples
/
module3.yang
blob: 63754b1e2ea88d7f407f6050fc415b873f8f2fb6 [
file
] [
log
] [
blame
]
module
module3
{
namespace
"urn:yanglint:module"
;
prefix m
;
leaf m
{
type
string
;
must
"../c/a"
;
}
container c
{
leaf b
{
type
string
;
}
}
}