Skip to content

Commit adc058b

Browse files
committed
caclmgrd: Don't block traffic to mgmt by default
Signed-off-by: Christian Svensson <[email protected]>
1 parent 06ff918 commit adc058b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/caclmgrd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
215215
def generate_block_ip2me_traffic_iptables_commands(self, namespace):
216216
INTERFACE_TABLE_NAME_LIST = [
217217
"LOOPBACK_INTERFACE",
218-
"MGMT_INTERFACE",
219218
"VLAN_INTERFACE",
220219
"PORTCHANNEL_INTERFACE",
221220
"INTERFACE"

0 commit comments

Comments
 (0)