blob: 492846333d4ba57ad5853e6e1b5382f7c92dfd55 [file] [log] [blame]
Gaurav Agrawal8e8770a2016-02-27 03:57:50 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container ospf {
6 container valid {
7 leaf invalid-interval {
8 type "uint16";
9 units "seconds";
10 status current;
11 reference "RFC 6020";
12 }
13 }
14 container valid {
15 leaf invalid-interval {
16 type "uint16";
17 units "seconds";
18 status current;
19 reference "RFC 6020";
20 }
21 }
22 }
23}