Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
8a966b9ce02447b3bbc4ce41a63ce579e7623361
/
.
/
plugin
/
src
/
test
/
resources
/
unionTranslator
/
longulong
/
test.yang
blob: a55504306d6c4ee4071750744bf95cd488951843 [
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 int64
;
type uint32
;
}
}
}