Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
a599a8f2ca8fa3174db6ebf5f699b18526490e9e
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
StatusInvalidValue.yang
blob: 253b7856c1768d3bda21e3af5afb3554799f6e71 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf invalid
-
interval
{
type
"uint16"
;
status invalid
;
}
}