Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
9e9709d3ad55644a288438cc87da1962127052be
/
.
/
plugin
/
src
/
test
/
resources
/
default
/
DefaultInvalidValueBinaryInLeaf.yang
blob: aab417b13bd8b06b027c9520119606b9c20b7be5 [
file
] [
log
] [
blame
]
Mahesh Poojary S
6986df3
2016-07-19 10:58:07 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
6
leaf message
{
7
type binary
{
8
length
"8"
;
9
}
10
default
"000"
;
11
}
12
}