blob: 6418e20ed414a0bd87c55b87016e1c77caa08288 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container valid {
leaf ospf {
type "uint16";
units "seconds";
status current;
reference "RFC 6020";
}
}
}