Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
80c1270f46ebc69fdd53bb84914ef71b6df3a407
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
ConfigFalseParentContainerChildLeafList.yang
blob: e3c7836b433fcf61bbc155d9c1af9382c380194c [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
container valid
{
config
false
;
leaf
-
list invalid
-
interval
{
type
"uint16"
;
units
"seconds"
;
status current
;
config
true
;
reference
"RFC 6020"
;
}
}
}