Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0a119fe7ef6946f0c4895dc9016b01cc37cfc40b
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
StatusInvalidValue.yang
blob: 253b7856c1768d3bda21e3af5afb3554799f6e71 [
file
] [
log
] [
blame
]
Vidyashree Rama
49abe71
2016-02-13 22:22:12 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf invalid
-
interval
{
6
type
"uint16"
;
7
status invalid
;
8
}
9
}