We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d259 commit 886875bCopy full SHA for 886875b
1 file changed
syncd/scripts/syncd_init_common.sh
@@ -220,6 +220,10 @@ config_syncd_mlnx()
220
echo "SAI_DSCP_REMAPPING_ENABLED=1" >> /tmp/sai.profile
221
fi
222
223
+ if [[ "$DUAL_TOR" == "enable" ]]; then
224
+ echo "SAI_ADDITIONAL_MAC_ENABLED=1" >> /tmp/sai.profile
225
+ fi
226
+
227
SDK_DUMP_PATH=`cat /tmp/sai.profile|grep "SAI_DUMP_STORE_PATH"|cut -d = -f2`
228
if [ ! -d "$SDK_DUMP_PATH" ]; then
229
mkdir -p "$SDK_DUMP_PATH"
0 commit comments