blob: a81bda5a92caf51cc0d2d382ea2bb0ca599ba45a [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 }
15 }
16}