We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d3ecd commit 1587889Copy full SHA for 1587889
files/image_config/caclmgrd/caclmgrd
@@ -378,9 +378,7 @@ class ControlPlaneAclManager(object):
378
# add iptables/ip6tables commands to drop all other incoming packets
379
if num_ctrl_plane_acl_rules > 0:
380
iptables_cmds.append("iptables -A INPUT -j DROP")
381
- iptables_cmds.append("iptables -A FORWARD -j DROP")
382
iptables_cmds.append("ip6tables -A INPUT -j DROP")
383
- iptables_cmds.append("ip6tables -A FORWARD -j DROP")
384
385
return iptables_cmds
386
0 commit comments