blob: d0a31c1bd52e4dae7a17fbd9ec885728b9764924 [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 grouping endpoint {
6 leaf address {
7 type ip-address;
8 }
9 leaf port {
10 type port-number;
11 }
12 }
13}