Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2fd5a0a
)
HONEYCOMB-143: fix iacl-list reference
author
Marek Gradzki
<
[email protected]
>
Wed, 24 Aug 2016 14:50:15 +0000
(16:50 +0200)
committer
Marek Gradzki
<
[email protected]
>
Wed, 24 Aug 2016 14:55:47 +0000
(16:55 +0200)
Change-Id: I8ce52e35a41f0a24e3c94eba5a02b486ffa3fdf5
Signed-off-by: Marek Gradzki <
[email protected]
>
v3po/api/src/main/yang/v3po.yang
patch
|
blob
|
history
diff --git
a/v3po/api/src/main/yang/v3po.yang
b/v3po/api/src/main/yang/v3po.yang
index
fbcb76c
..
bb2cfe5
100644
(file)
--- a/
v3po/api/src/main/yang/v3po.yang
+++ b/
v3po/api/src/main/yang/v3po.yang
@@
-459,9
+459,13
@@
module v3po {
Read is supported only for acls that were created and assigned by Honeycomb agent
(corresponding metadata are present).";
list acl {
- key "
referenc
e";
+ key "
type nam
e";
- leaf reference {
+ leaf type {
+ type acl:acl-type;
+ }
+
+ leaf name {
type acl:access-control-list-ref;
}
}