blob: 2cdf7d17cabcf6302c3ea955730c1e5d7102cee4 [file] [log] [blame]
Gaurav Agrawalf6ccc972016-03-25 11:25:36 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 list valid {
6 key address;
7 leaf address {
8 type ip;
9 }
10 grouping endpoint {
11 leaf address {
12 type ip-address;
13 }
14 leaf port {
15 type port-number;
16 }
17 }
18 }
19}