Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
ListInvalidIdentifier.yang
blob: c5f6a3a10f3047774de6dac30f10c55e67f10c7b [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
list
1valid
{
key
"invalid-interval"
;
reference
"RFC 6020"
;
leaf invalid
-
interval
{
type
"uint16"
;
units
"seconds"
;
status current
;
reference
"RFC 6020"
;
}
}
}