mirror of https://github.com/apache/cloudstack.git
CS-14731. Not able to revoke ingress rule, when there are multiple rules pointing to the same port and CIDR.
Resolved.
This commit is contained in:
parent
c4f258fa82
commit
14902a0bf7
|
|
@ -290,6 +290,7 @@ public class EC2Engine {
|
|||
EC2IpPermission[] perms = group.getIpPermissionSet();
|
||||
for (EC2IpPermission perm : perms) {
|
||||
ruleId = doesRuleMatch( items[0], perm );
|
||||
if (ruleId != null) break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue