blob: 4d4854024583f22b8bf36371300db811bb3cda5a [file] [log] [blame]
aPiecekaa285692023-04-05 13:36:25 +02001module modmandatory {
2 namespace "urn:yanglint:modmandatory";
3 prefix mm;
4
5 container mmc {
6 leaf lft {
7 type int16;
8 mandatory true;
9 }
10 leaf lff {
11 type int16;
12 }
13 }
14}