blob: 4ce6da45638dd9d8f15a22742617f4869f3ba090 [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 ospf {
6 key "process-id";
7 container interface {
8 leaf invalid-interval {
9 type "uint16";
10 units "seconds";
11 status current;
12 reference "RFC 6020";
13 }
14 }
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +053015 leaf process-id {
16 type "string";
17 }
Vidyashree Rama49abe712016-02-13 22:22:12 +053018 }
19}