blob: 8454fdd3da9bbe266e673ef272553972a18611f8 [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 list valid {
janani b23ccc312016-07-14 19:35:22 +05306 key "invalid";
Vidyashree Rama49abe712016-02-13 22:22:12 +05307 min-elements 3;
8 leaf-list invalid-interval {
9 type "uint16";
10 units "seconds";
11 description "Interval before a route is declared invalid";
12 }
janani b23ccc312016-07-14 19:35:22 +053013 leaf invalid {
14 type "uint16";
15 }
Vidyashree Rama49abe712016-02-13 22:22:12 +053016 }
17}