blob: d18b1666988f90674b979a85829493ecd8c55906 [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;
}
}
grouping endpoint {
leaf address {
type ip-address;
}
leaf port {
type port-number;
}
}
}