aPiecek | 9e0c190 | 2023-04-04 10:53:35 +0200 | [diff] [blame] | 1 | module moddefault { |
2 | namespace "urn:yanglint:moddefault"; | ||||
3 | prefix md; | ||||
4 | |||||
5 | container mdc { | ||||
6 | leaf lf { | ||||
7 | type uint16; | ||||
8 | } | ||||
9 | leaf di { | ||||
10 | type int16; | ||||
11 | default "5"; | ||||
12 | } | ||||
13 | leaf ds { | ||||
14 | type string; | ||||
15 | default "str"; | ||||
16 | } | ||||
17 | } | ||||
18 | |||||
19 | } |