Skip to content

Commit 6120145

Browse files
jlevequeyxieca
authored andcommitted
[caclmgrd] remove default DROP rule on FORWARD chain (#5034)
1 parent 59072a6 commit 6120145

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/image_config/caclmgrd/caclmgrd

-2
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,7 @@ class ControlPlaneAclManager(object):
410410
# add iptables/ip6tables commands to drop all other incoming packets
411411
if num_ctrl_plane_acl_rules > 0:
412412
iptables_cmds.append("iptables -A INPUT -j DROP")
413-
iptables_cmds.append("iptables -A FORWARD -j DROP")
414413
iptables_cmds.append("ip6tables -A INPUT -j DROP")
415-
iptables_cmds.append("ip6tables -A FORWARD -j DROP")
416414

417415
return iptables_cmds
418416

0 commit comments

Comments
 (0)