Skip to content

Commit

Permalink
Apply buffer/qos configuration for mlnx platform (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored Feb 23, 2017
1 parent acb909c commit 151a7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-orchagent/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 151a7d2

Please sign in to comment.