blob: c5966fc0502135213a6b3cf347b72826c64b6f41 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
import ietf-yang-types {
prefix "P";
}
list valid {
key address;
leaf address {
type P:ip;
}
grouping endpoint {
leaf address {
type P:ip-address;
}
leaf port {
type P:port-number;
}
}
}
}