Skip to content

Commit 243a87d

Browse files
sihuihan88lguohan
authored andcommitted
[devices]: remove Dell S6100 qos config via swssconfig (#1483)
Signed-off-by: Sihui Han <[email protected]>
1 parent 6839e70 commit 243a87d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dockers/docker-orchagent/swssconfig.sh

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ HWSKU=`sonic-cfggen -d -v "DEVICE_METADATA['localhost']['hwsku']"`
4343

4444
SWSSCONFIG_ARGS="00-copp.config.json ipinip.json ports.json switch.json "
4545

46-
if [ "$HWSKU" == "Force10-S6100" ]; then
47-
SWSSCONFIG_ARGS+="th.64ports.buffers.json th.64ports.qos.json "
48-
fi
49-
5046
for file in $SWSSCONFIG_ARGS; do
5147
swssconfig /etc/swss/config.d/$file
5248
sleep 1

0 commit comments

Comments
 (0)