mirror of https://github.com/aredn/aredn.git
Default DHCP limits in NAT mode if fields are blank (#430)
This commit is contained in:
parent
2e09886d4b
commit
79a63e8ad8
|
@ -337,7 +337,7 @@ else
|
|||
end
|
||||
|
||||
-- make sure everything we need is initialized
|
||||
local d0 = { "lan_dhcp", "olsrd_bridge", "olsrd_gw", "wifi2_enable", "lan_dhcp_noroute", "wifi_enable", "wifi3_enable" }
|
||||
local d0 = { "lan_dhcp", "olsrd_bridge", "olsrd_gw", "wifi2_enable", "lan_dhcp_noroute", "wifi_enable", "wifi3_enable", "dhcp_start", "dhcp_end" }
|
||||
for _, k in ipairs(d0)
|
||||
do
|
||||
if not parms[k] then
|
||||
|
|
Loading…
Reference in New Issue