Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
cc752fa7a7f11562b0db602037c1ca984cc3d924
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
GroupingInList.yang
blob: 2cdf7d17cabcf6302c3ea955730c1e5d7102cee4 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
list valid
{
key address
;
leaf address
{
type ip
;
}
grouping endpoint
{
leaf address
{
type ip
-
address
;
}
leaf port
{
type port
-
number
;
}
}
}
}