Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
780eca3edabb918d5f8c5c7a8ee2d8642cadeec0
/
.
/
src
/
test
/
resources
/
DuplicateGroupingInModule.yang
blob: d18b1666988f90674b979a85829493ecd8c55906 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
grouping endpoint
{
leaf address
{
type ip
-
address
;
}
leaf port
{
type port
-
number
;
}
}
grouping endpoint
{
leaf address
{
type ip
-
address
;
}
leaf port
{
type port
-
number
;
}
}
}