blob: 28f7978d5b31f03cb67d4df9b66f612bff8777e8 [file] [log] [blame]
janani b23ccc312016-07-14 19:35:22 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 list valid {
6 key "ospf";
7 unique "ospf isis";
8 leaf ospf {
9 type "uint16";
10 units "seconds";
11 status current;
12 reference "RFC 6020";
13 }
14 leaf isis {
15 type "uint16";
16 units "seconds";
17 status current;
18 reference "RFC 6020";
19 }
20 }
21}