blob: 14cf27079080132f3202688ef30c19282699d260 [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 list valid {
8 key "invalid";
9 leaf invalid-interval {
10 type "uint16";
11 units "seconds";
12 status current;
13 reference "RFC 6020";
14 }
15 }
16 }
17}