Vidyashree Rama | 49abe71 | 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 ospf { | ||||
6 | key "process-id"; | ||||
7 | config true; | ||||
8 | max-elements 10; | ||||
9 | min-elements 3; | ||||
10 | description "list description"; | ||||
11 | status current; | ||||
12 | reference "list reference"; | ||||
13 | leaf invalid-interval { | ||||
14 | type "uint16"; | ||||
15 | units "seconds"; | ||||
16 | status current; | ||||
17 | reference "RFC 6020"; | ||||
18 | } | ||||
19 | } | ||||
20 | } |