Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
338735b179aec696ad03ca6b73bfe252fec9eb87
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
LeafListSubStatementUnits.yang
blob: 293e4a5caef58059f90df85b34a715080ffed340 [
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"
;
}
}