Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
GroupingInContainer.yang
blob: dfa8259f509f4af74e895252437b651e8d768c55 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
import
ietf
-
yang
-
types
{
prefix
"P"
;
}
container valid
{
grouping endpoint
{
leaf address
{
type P
:
ip
-
address
;
}
leaf port
{
type P
:
port
-
number
;
}
}
}
}