Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
4aaab4d57f8c3d63a936ffca858d0a535ba3b8a0
/
.
/
src
/
test
/
resources
/
StatusDefaultValue.yang
blob: 0cc9e366d14cfc63f6df8ce3f7ab807f499f45f8 [
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
;
reference
"RFC 6020"
;
}
}