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