Skip to content

Commit fc7246f

Browse files
andriymoroz-mlnxShuotian Cheng
authored and
Shuotian Cheng
committed
[swss]: Update QoS config file name for Mellanox platform (#1028)
Signed-off-by: Andriy Moroz <[email protected]>
1 parent f681fd1 commit fc7246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-orchagent/swssconfig.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ elif [ "$HWSKU" == "Arista-7050-QX32" ]; then
4949
SWSSCONFIG_ARGS+="td2.32ports.buffers.json td2.32ports.qos.json "
5050
elif [[ "$HWSKU" == "ACS-MSN27"* ]]; then
5151
sonic-cfggen -m /etc/sonic/minigraph.xml -t /usr/share/sonic/templates/msn27xx.32ports.buffers.json.j2 > /etc/swss/config.d/msn27xx.32ports.buffers.json
52-
SWSSCONFIG_ARGS+="msn27xx.32ports.buffers.json msn2700.32ports.qos.json "
52+
SWSSCONFIG_ARGS+="msn27xx.32ports.buffers.json msn27xx.32ports.qos.json "
5353
fi
5454

5555
for file in $SWSSCONFIG_ARGS; do

0 commit comments

Comments
 (0)