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