mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
frr: Update reloading all services
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -51,8 +51,11 @@ case "${1}" in
|
||||
;;
|
||||
|
||||
reload)
|
||||
boot_mesg "Reloading FRRouting..."
|
||||
reloadproc /usr/sbin/frr-reload
|
||||
# Reload all daemons
|
||||
for daemon in ${DAEMONS}; do
|
||||
boot_mesg "Reloading FRRouting ${daemon}..."
|
||||
reloadproc "/usr/sbin/${daemon}"
|
||||
done
|
||||
;;
|
||||
|
||||
restart)
|
||||
|
||||
Reference in New Issue
Block a user