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