2
0
forked from Ivasoft/openwrt

base-files: remove redundant netmask handling in 10-routes

SVN-Revision: 15219
This commit is contained in:
Jo-Philipp Wich
2009-04-12 16:39:29 +00:00
parent ca240aa0df
commit a03e00bbcf
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ add_route() {
config_get gateway "$interface" gateway
}
netmask="${netmask:-255.255.255.255}"
dest="${netmask:+-net "$target" netmask "$netmask"}"
dest="${dest:--host "$target"}"