[package] base-files: remove redundant netmask handling in 10-routes
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 10-routes
index 0eb9287..f871ca5 100644 (file)
@@ -23,7 +23,6 @@ add_route() {
                config_get gateway "$interface" gateway
        }
 
                config_get gateway "$interface" gateway
        }
 
-       netmask="${netmask:-255.255.255.255}"
        dest="${netmask:+-net "$target" netmask "$netmask"}"
        dest="${dest:--host "$target"}"
        
        dest="${netmask:+-net "$target" netmask "$netmask"}"
        dest="${dest:--host "$target"}"
        
This page took 0.022405 seconds and 4 git commands to generate.