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