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