Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0da36bef474df0da0418bb5a4dae23313c88fd1b
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
GroupingInContainer.yang
blob: 7c519132b36f08670b84eac44aaa2d22e023a59e [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
container valid
{
grouping endpoint
{
leaf address
{
type P
:
ip
-
address
;
}
leaf port
{
type P
:
port
-
number
;
}
}
}
}