]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/static-routes
static-routes: Make it clear that we are reloading routes
[ipfire-2.x.git] / src / initscripts / system / static-routes
index 940a7b45c7e4e8555111448b112e42d268a1ba5f..84e3e3d2964e2b4a966fff7c92fbeec83d8bd820 100644 (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