Add FRR search paths
This commit is contained in:
parent
f61a1445aa
commit
54f1d9aefd
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ port = 4038
|
||||||
numthreads = 1
|
numthreads = 1
|
||||||
quagga_bin_search = "/usr/local/bin /usr/bin /usr/lib/quagga"
|
quagga_bin_search = "/usr/local/bin /usr/bin /usr/lib/quagga"
|
||||||
quagga_sbin_search = "/usr/local/sbin /usr/sbin /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"
|
||||||
|
|
||||||
# uncomment the following line to load custom services from the specified dir
|
# 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
|
# this may be a comma-separated list, and directory names should be unique
|
||||||
# and not named 'services'
|
# and not named 'services'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue