Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
ea3c223d10a903d5183577497954969f1481db8f
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
EnumBoundaryValue.yang
blob: ac87ef0d397ada159a2d6defb4dbff10f08ce788 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf ifType
{
type enumeration
{
enum
"unbounded"
;
enum
ZERO
;
enum
two
;
enum
four
;
enum
seven
{
value
21474836472147483647
;
}
}
}
}