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