Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
1498a1c5fdaf1963e2cc76861d9cb13a8b3c95c5
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
UsesInList.yang
blob: c4fd47daebe243a28f1f98b01bc86efc1b4f97ce [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
list valid
{
key address
;
leaf address
{
type P
:
ip
;
}
uses endpoint
{
description
"grouping under test"
;
status current
;
reference
"RFC 6020"
;
}
}
}