mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
Merge pull request #3436 from opensourcerouting/bugfix/topotest-sbin-dir
tests/topotests: Also search sbin for modprobe
This commit is contained in:
commit
bc6f139cd1
@ -80,6 +80,8 @@ fi
|
|||||||
# them from the host however, they can be used just fine.
|
# them from the host however, they can be used just fine.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
export PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin"
|
||||||
|
|
||||||
for module in mpls-router mpls-iptunnel; do
|
for module in mpls-router mpls-iptunnel; do
|
||||||
if modprobe -n $module 2> /dev/null; then
|
if modprobe -n $module 2> /dev/null; then
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user