blob: 7e19946833fde79e490e33f2b954489d05711515 [file] [log] [blame]
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container valid {
6 leaf invalid-interval {
7 type "uint16";
8 units "seconds";
9 description "Interval before a route is declared invalid";
10 mandatory true;
11 status current;
12 reference "RFC 6020";
13 }
14 }
15}