[devices]: remove Dell S6100 qos config via swssconfig (#1483)

Signed-off-by: Sihui Han <sihan@microsoft.com>
This commit is contained in:
sihuihan88 2018-03-13 13:07:39 -07:00 committed by lguohan
parent 6839e7043d
commit 243a87d6e6

View File

@ -43,10 +43,6 @@ HWSKU=`sonic-cfggen -d -v "DEVICE_METADATA['localhost']['hwsku']"`
SWSSCONFIG_ARGS="00-copp.config.json ipinip.json ports.json switch.json "
if [ "$HWSKU" == "Force10-S6100" ]; then
SWSSCONFIG_ARGS+="th.64ports.buffers.json th.64ports.qos.json "
fi
for file in $SWSSCONFIG_ARGS; do
swssconfig /etc/swss/config.d/$file
sleep 1