Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
9e9709d3ad55644a288438cc87da1962127052be
/
.
/
plugin
/
src
/
test
/
resources
/
unionTranslator
/
ulonglong
/
test.yang
blob: 22f6e97c78965b77ae7f592bc0d5a4c2227c372f [
file
] [
log
] [
blame
]
module
test
{
namespace
"test:test"
;
prefix test
;
organization
""
;
contact
""
;
description
"Defines basic service types for L3VPN service."
;
revision
"2015-12-16"
{
reference
""
;
}
leaf leaf1
{
type
union
{
type uint32
;
type int64
;
}
}
}