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