mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
Merge pull request #11477 from LabNConsulting/chopps/fix-config-load
tools: fix boot config load in watchfrr
This commit is contained in:
commit
437e7e77d6
@ -73,7 +73,7 @@ chownfrr() {
|
||||
|
||||
vtysh_b () {
|
||||
[ "$1" = "watchfrr" ] && return 0
|
||||
if [ -r "$C_PATH/frr.conf" ]; then
|
||||
if [ ! -r "$C_PATH/frr.conf" ]; then
|
||||
log_warning_msg "$C_PATH/frr.conf does not exist; skipping config apply"
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user