On 10/28/20 8:47 PM, Flavio Leitner wrote: > The inclusion of LSB functions in ovs-lib resets $PATH to > system's default. Then ovs-ctl appends missing directories > including the OVS default ones $sbindir and $bindir. > > The problem is that the wrong binaries can be used if they > are available in the system's default locations because of > the PATH wrong order. The same issue happens if one changes > $OVS_BINDIR or $OVS_SBINDIR variables. > > The solution is to prepend those directories if they are not > already in PATH. > > Reported-by: Mark Gray <[email protected]> > Signed-off-by: Flavio Leitner <[email protected]> > ---
Thanks! Applied to master. If you think that this needs to be backported, please let me know. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
