blob: a78131d6f5c8af87f71801e2adab30353d761cfe [file] [log] [blame]
Mahesh Poojary Sbbd48492016-07-19 10:58:07 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 leaf invalid-interval {
6 type "uint16";
7 units "seconds";
8 default "1";
9 description "Interval before a route is declared invalid";
10 config true;
11 mandatory true;
12 status current;
13 reference "RFC 6020";
14 }
15}