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