diff options
-rw-r--r-- | init.d/staticroute.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in index 9995d37f..1df5d4cb 100644 --- a/init.d/staticroute.in +++ b/init.d/staticroute.in @@ -81,7 +81,7 @@ do_routes() *) family=;; esac fi - route $famly $xtra $2 -$args + route $family $xtra $2 -$args ;; esac veend $? |