blob: c9a64e396d2eb290993adb8caf10c2bb571a707c [file] [log] [blame]
Vidyashree Rama49abe712016-02-13 22:22:12 +05301
2module 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}