mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
This commit is contained in:
parent
dfd64b1a67
commit
fe77f5f285
@ -229,11 +229,6 @@ public class AdvancedNetworkTopology extends BasicNetworkTopology {
|
||||
public boolean applyNetworkACLs(final Network network, final List<? extends NetworkACLItem> rules, final VirtualRouter router, final boolean isPrivateGateway)
|
||||
throws ResourceUnavailableException {
|
||||
|
||||
if (rules == null || rules.isEmpty()) {
|
||||
logger.debug("No network ACLs to be applied for network {}", network);
|
||||
return true;
|
||||
}
|
||||
|
||||
logger.debug("APPLYING NETWORK ACLs RULES");
|
||||
|
||||
final String typeString = "network acls";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user