Vidyashree Rama | 49abe71 | 2016-02-13 22:22:12 +0530 | [diff] [blame] | 1 | |
2 | module Test { | ||||
3 | yang-version 1; | ||||
4 | namespace http://huawei.com; | ||||
5 | prefix Ant; | ||||
6 | container valid { | ||||
7 | leaf invalid-interval { | ||||
8 | type "uint16"; | ||||
9 | units "seconds"; | ||||
10 | description "Interval before a route is declared invalid"; | ||||
11 | config true; | ||||
12 | mandatory true; | ||||
13 | status current; | ||||
14 | reference "RFC 6020"; | ||||
15 | } | ||||
16 | } | ||||
17 | } |