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