Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
22e2f4acd95d9831b95ff265a0e3fbc8a30f5af4
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
LeafListWithoutLeftBrace.yang
blob: 119642242e9609b02c399af5a692e239c28523d5 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
type
"uint16"
;
units
"seconds"
;
description
"Interval before a route is declared invalid"
;
config
true
;
status current
;
reference
"RFC 6020"
;
}
}