Skip to content

Commit d7e8021

Browse files
authored
[chassis] make multi_asic_ns_to_host_fwd False for EXTERNAL_CLIENT acl service (#218)
MSFT ADO 31389706 EXTERNAL_CLIENT is not needed for multiasic platforms, so making the multi_asic_ns_to_host_fwd to False Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <[email protected]>
1 parent d925457 commit d7e8021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/caclmgrd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ControlPlaneAclManager(logger.Logger):
106106
},
107107
"EXTERNAL_CLIENT": {
108108
"ip_protocols": ["tcp"],
109-
"multi_asic_ns_to_host_fwd":True
109+
"multi_asic_ns_to_host_fwd":False
110110
},
111111
"ANY": {
112112
"ip_protocols": ["any"],

0 commit comments

Comments
 (0)