aPiecek | bfb7cb1 | 2023-04-13 13:36:20 +0200 | [diff] [blame] | 1 | module modconfig { |
2 | namespace "urn:yanglint:modconfig"; | ||||
3 | prefix mc; | ||||
4 | |||||
5 | container mcc { | ||||
6 | leaf lft { | ||||
7 | type string; | ||||
8 | config true; | ||||
9 | mandatory true; | ||||
10 | } | ||||
11 | leaf lff { | ||||
12 | type string; | ||||
13 | config false; | ||||
14 | mandatory true; | ||||
15 | } | ||||
16 | } | ||||
17 | } |