blob: dc75d00b84685dcad57e3b302e40b566bdb67ff7 [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 description "container description";
7 config true;
8 leaf invalid-interval {
9 type "uint16";
10 units "seconds";
11 description "Interval before a route is declared invalid";
12 mandatory true;
13 status current;
14 reference "RFC 6020";
15 }
16 }
17}
18