We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c83be5 commit a836fc4Copy full SHA for a836fc4
dockers/docker-orchagent/swssconfig.sh
@@ -37,7 +37,7 @@ elif [ "$HWSKU" == "Force10-S6100" ]; then
37
SWSSCONFIG_ARGS+="th.64ports.buffers.json th.64ports.qos.json "
38
elif [ "$HWSKU" == "Arista-7050-QX32" ]; then
39
SWSSCONFIG_ARGS+="td2.32ports.buffers.json td2.32ports.qos.json "
40
-elif [[ "$HWSKU" == "ACS-MSN27"* ]]; then
+elif [[ "$HWSKU" == "ACS-MSN27"* ]] || [[ "$HWSKU" == "Mellanox-SN2700" ]]; then
41
sonic-cfggen -d -t /usr/share/sonic/templates/msn27xx.32ports.buffers.json.j2 > /etc/swss/config.d/msn27xx.32ports.buffers.json
42
SWSSCONFIG_ARGS+="msn27xx.32ports.buffers.json "
43
fi
0 commit comments