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