ContainerDuplicateContainer.yang
552 Bytes
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container ospf {
container valid {
leaf invalid-interval {
type "uint16";
units "seconds";
status current;
reference "RFC 6020";
}
}
container valid {
leaf invalid-interval {
type "uint16";
units "seconds";
status current;
reference "RFC 6020";
}
}
}
}