We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe462f commit 8bf3ae9Copy full SHA for 8bf3ae9
dockers/docker-orchagent/start.sh
@@ -29,7 +29,7 @@ PORTSYNCD_ARGS=""
29
30
if [ "$onie_platform" == "x86_64-dell_s6000_s1220-r0" ]; then
31
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
32
- PORTSYNCD_ARGS+="-p /etc/ssw/ACS-S6000/port_config.ini"
+ PORTSYNCD_ARGS+="-p /etc/ssw/Force10-S6000/port_config.ini"
33
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
34
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-MSN2700/port_config.ini"
35
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then
0 commit comments