Skip to content

Commit ba6af96

Browse files
committed
[ACL] Enable ACL multi-binding for Dual-ToR setups
Signed-off-by: Andriy Yurkiv <[email protected]>
1 parent 3b83a15 commit ba6af96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syncd/scripts/syncd_init_common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ config_syncd_mlnx()
363363

364364
if [[ "$DUAL_TOR" == "enable" ]]; then
365365
echo "SAI_ADDITIONAL_MAC_ENABLED=1" >> /tmp/sai.profile
366+
echo "SAI_ACL_MULTI_BINDING_ENABLED=1" >> /tmp/sai.profile
366367
fi
367368

368369
SDK_DUMP_PATH=`cat /tmp/sai.profile|grep "SAI_DUMP_STORE_PATH"|cut -d = -f2`

0 commit comments

Comments
 (0)