frrboot: add fedora sbin path to default
Add the Fedora default location for FRR binaries (/usr/libexec/frr/*.) to CORE's frrboot default "sbin" search path Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
This commit is contained in:
parent
443c0e708f
commit
314eee33f6
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ grpcport = 50051
|
|||
quagga_bin_search = "/usr/local/bin /usr/bin /usr/lib/quagga"
|
||||
quagga_sbin_search = "/usr/local/sbin /usr/sbin /usr/lib/quagga"
|
||||
frr_bin_search = "/usr/local/bin /usr/bin /usr/lib/frr"
|
||||
frr_sbin_search = "/usr/local/sbin /usr/sbin /usr/lib/frr"
|
||||
frr_sbin_search = "/usr/local/sbin /usr/sbin /usr/lib/frr /usr/libexec/frr"
|
||||
|
||||
# uncomment the following line to load custom services from the specified dir
|
||||
# this may be a comma-separated list, and directory names should be unique
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue