Vidyashree Rama | 50b73a0 | 2016-02-13 22:22:12 +0530 | [diff] [blame] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace http://huawei.com; | ||||
4 | prefix Ant; | ||||
5 | list valid { | ||||
6 | key "ospf isis"; | ||||
7 | leaf ospf { | ||||
8 | type "uint16"; | ||||
9 | units "seconds"; | ||||
10 | status current; | ||||
11 | reference "RFC 6020"; | ||||
12 | } | ||||
13 | leaf isis { | ||||
14 | type "uint16"; | ||||
15 | units "seconds"; | ||||
16 | status current; | ||||
17 | reference "RFC 6020"; | ||||
18 | } | ||||
19 | } | ||||
20 | } |