Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,6 @@ public boolean associatePublicIP(final Network network, final List<? extends Pub
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";
Expand Down