Apply buffer/qos configuration for mlnx platform (#321)

This commit is contained in:
pavel-shirshov 2017-02-23 11:21:11 -08:00 committed by GitHub
parent acb909c989
commit 151a7d2a90

View File

@ -51,6 +51,8 @@ elif [ "$HWSKU" == "AS7512" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$HWSKU" == "ingrasys-s9100" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$HWSKU" == "ACS-MSN2700" ]; then
SWSSCONFIG_ARGS+="msn2700.32ports.buffers.json msn2700.32ports.qos.json "
fi
service rsyslog start