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