1
0
Fork 0
libyang/tests/yanglint/modules/modnotif.yang

20 lines
252 B
YANG
Raw Permalink Normal View History

module modnotif {
yang-version 1.1;
namespace "urn:yanglint:modnotif";
prefix mn;
container con {
notification nfn {
leaf lf {
type string;
}
}
}
notification nfg {
leaf lf {
type string;
}
}
}