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