1
0
Fork 0
libyang/tools/lint/examples/module1b.yang

6 lines
94 B
YANG
Raw Permalink Normal View History

module module1b {
namespace "urn:yanglint:module";
prefix m;
leaf mb { type string; }
}