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