File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,14 @@ SWSSCONFIG_ARGS="00-copp.config.json "
37
37
38
38
if [ " $HWSKU " == " Force10-S6000" ]; then
39
39
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
40
- SWSSCONFIG_ARGS+=" td2.32ports.qos.1.json td2.32ports.qos.2.json td2.32ports.qos.3.json td2.32ports.qos.4.json td2.32ports.qos.5.json td2.32ports.qos.6.json "
41
- SWSSCONFIG_ARGS+=" td2.32ports.buffers.1.json td2.32ports.buffers.2.json td2.32ports.buffers.3.json "
40
+ SWSSCONFIG_ARGS+=" td2.32ports.qos.json td2.32ports.buffers.json "
42
41
elif [ " $HWSKU " == " Force10-S6100" ]; then
43
42
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
44
43
elif [ " $HWSKU " == " Force10-Z9100" ]; then
45
44
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
46
45
elif [ " $HWSKU " == " Arista-7050-QX32" ]; then
47
46
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
48
- SWSSCONFIG_ARGS+=" td2.32ports.qos.1.json td2.32ports.qos.2.json td2.32ports.qos.3.json td2.32ports.qos.4.json td2.32ports.qos.5.json td2.32ports.qos.6.json "
49
- SWSSCONFIG_ARGS+=" td2.32ports.buffers.1.json td2.32ports.buffers.2.json td2.32ports.buffers.3.json "
47
+ SWSSCONFIG_ARGS+=" td2.32ports.qos.json td2.32ports.buffers.json "
50
48
elif [ " $HWSKU " == " Arista-7060-CX32S" ]; then
51
49
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
52
50
elif [ " $HWSKU " == " AS7512" ]; then
You can’t perform that action at this time.
0 commit comments