Browse Source

add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <[email protected]>

SVN-Revision: 10216
Travis Kemen 18 years ago
parent
commit
e743dd5c81
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/dnsmasq/files/dnsmasq.init

+ 2 - 1
package/dnsmasq/files/dnsmasq.init

@@ -188,7 +188,8 @@ dhcp_add() {
 	[ static = "$proto" ] || return 0
 
 	config_get ipaddr "$net" ipaddr
-	config_get netmask "$net" netmask
+	config_get netmask "$cfg" netmask
+	[ -n "$netmask" ] || config_get netmask "$net" netmask
 
 	#check for an already active dhcp server on the interface, unless 'force' is set
 	config_get_bool force "$cfg" force 0