Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4afa61d3f6a81e3be1a753f23b0b72184286a35a
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
ContainerSubStatementContainer.yang
blob: 1f9f810cbed8c7b7d3277470a09944fad2a0b2e2 [
file
] [
log
] [
blame
]
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"
;
}
}
}
}