blob: d0a31c1bd52e4dae7a17fbd9ec885728b9764924 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
grouping endpoint {
leaf address {
type ip-address;
}
leaf port {
type port-number;
}
}
}