Merge branch 'gls-frr-sbin-fedora' of https://github.com/gsomlo/core into gsomlo-gls-frr-sbin-fedora
This commit is contained in:
commit
49049befc8
3 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ class FRRZebra(ConfigService):
|
|||
"frr_bin_search", default="/usr/local/bin /usr/bin /usr/lib/frr"
|
||||
).strip('"')
|
||||
frr_sbin_search = self.node.session.options.get(
|
||||
"frr_sbin_search", default="/usr/local/sbin /usr/sbin /usr/lib/frr"
|
||||
"frr_sbin_search", default="/usr/local/sbin /usr/sbin /usr/lib/frr /usr/libexec/frr"
|
||||
).strip('"')
|
||||
|
||||
services = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue