Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
9e9709d3ad55644a288438cc87da1962127052be
/
.
/
plugin
/
src
/
test
/
resources
/
default
/
DefaultInvalidValueBinaryInLeaf.yang
blob: aab417b13bd8b06b027c9520119606b9c20b7be5 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf message
{
type binary
{
length
"8"
;
}
default
"000"
;
}
}