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