Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
e3175d3adc6bb5593d6d1fa9344f256923c1ae1b
/
.
/
plugin
/
src
/
test
/
resources
/
default
/
DefaultValueBinaryInLeaf.yang
blob: fa6fb05d16a7fc8d5e79f1af8d747a7abc638e60 [
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
"10010010"
;
11
}
12
}