Skip to content

Commit

Permalink
Chang port_config.ini directory for s6000 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and stcheng committed Sep 30, 2016
1 parent 9fe462f commit 8bf3ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-orchagent/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PORTSYNCD_ARGS=""

if [ "$onie_platform" == "x86_64-dell_s6000_s1220-r0" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-S6000/port_config.ini"
PORTSYNCD_ARGS+="-p /etc/ssw/Force10-S6000/port_config.ini"
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-MSN2700/port_config.ini"
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then
Expand Down

0 comments on commit 8bf3ae9

Please sign in to comment.