blob: ffc6f606eb77a078477b0e157643d4d2e7860416 [file] [log] [blame]
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container valid {
6 config false;
Gaurav Agrawalbd804472016-03-25 11:25:36 +05307 list valid {
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +05308 key "invalid-interval";
9 config true;
10 leaf invalid-interval {
11 type "uint16";
12 units "seconds";
13 status current;
14 reference "RFC 6020";
15 }
16 }
17 }
18}