Skip to content

Commit

Permalink
make multi_asic_ns_to_host_fwd False for EXTERNAL_CLIENT ACL service
Browse files Browse the repository at this point in the history
MSFT ADO 31389706
`EXTERNAL_CLIENT` is not needed for multiasic platforms, so making the `multi_asic_ns_to_host_fwd` to `False`
  • Loading branch information
mssonicbld committed Feb 13, 2025
1 parent bae9dbd commit 9458965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/caclmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class ControlPlaneAclManager(logger.Logger):
},
"EXTERNAL_CLIENT": {
"ip_protocols": ["tcp"],
"multi_asic_ns_to_host_fwd":True
"multi_asic_ns_to_host_fwd":False
},
"ANY": {
"ip_protocols": ["any"],
Expand Down

0 comments on commit 9458965

Please sign in to comment.