We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59072a6 commit 6120145Copy full SHA for 6120145
files/image_config/caclmgrd/caclmgrd
@@ -410,9 +410,7 @@ class ControlPlaneAclManager(object):
410
# add iptables/ip6tables commands to drop all other incoming packets
411
if num_ctrl_plane_acl_rules > 0:
412
iptables_cmds.append("iptables -A INPUT -j DROP")
413
- iptables_cmds.append("iptables -A FORWARD -j DROP")
414
iptables_cmds.append("ip6tables -A INPUT -j DROP")
415
- iptables_cmds.append("ip6tables -A FORWARD -j DROP")
416
417
return iptables_cmds
418
0 commit comments