We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05048cf commit 450ed3bCopy full SHA for 450ed3b
1 file changed
syncd/scripts/syncd_init_common.sh
@@ -104,7 +104,7 @@ config_syncd_marvell()
104
config_syncd_barefoot()
105
{
106
export ONIE_PLATFORM=`grep platform /etc/machine.conf | awk 'BEGIN { FS = "=" } ; { print $2 }'`
107
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/bfn/install/lib:/opt/bfn/install/lib/tofinopd/switch:/opt/bfn/install/lib/platform/$ONIE_PLATFORM
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/bfn/install/lib/platform/$ONIE_PLATFORM:/opt/bfn/install/lib:/opt/bfn/install/lib/tofinopd/switch
108
. /opt/bfn/install/bin/dma_setup.sh
109
export LD_PRELOAD=libswitchapi.so:libswitchsai.so:libpd.so:libpdcli.so:libdriver.so:libbfsys.so
110
}
0 commit comments