blob: 977adc51556c545bf2eb9436de1b4a3b8e8ee698 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
list valid {
key address;
leaf address {
type P:ip;
}
grouping endpoint {
description "grouping under test";
status current;
reference "RFC 6020";
leaf address {
type P:ip-address;
}
leaf port {
type P:port-number;
}
}
}
}