static-routes: Make it clear that we are reloading routes

When RED is brought down, we will reload all static routes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-09-13 14:37:51 +01:00
parent 614764e58a
commit b8fdc7398c
3 changed files with 6 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ function create_all_routes() {
CONFIGFILE="/var/ipfire/main/routing"
case "${1}" in
start)
start|reload)
boot_mesg "Adding static routes..."
# First, initialize the table
@@ -61,7 +61,7 @@ case "${1}" in
;;
*)
echo "Usage: ${0} {start|stop}"
echo "Usage: ${0} {start|stop|reload}"
exit 1
;;
esac