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 | leaf-list invalid-interval | ||||
6 | type "uint16"; | ||||
7 | units "seconds"; | ||||
8 | description "Interval before a route is declared invalid"; | ||||
9 | config true; | ||||
10 | status current; | ||||
11 | reference "RFC 6020"; | ||||
12 | } | ||||
13 | } |