dnsmasq: Add sequential_ip UCI parameter

When enabled the dnsmasq DHCP server allocates the IP addresses sequentially
starting from the lowest available IP address.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

SVN-Revision: 46211
v19.07.3_mercusys_ac12_duma
Steven Barth 9 years ago
parent c5c819c494
commit 59f5eefe8c

@ -135,6 +135,7 @@ dnsmasq() {
append_bool "$cfg" proxydnssec "--proxy-dnssec"
append_bool "$cfg" localservice "--local-service"
append_bool "$cfg" quietdhcp "--quiet-dhcp"
append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
append_parm "$cfg" dhcpscript "--dhcp-script"
append_parm "$cfg" cachesize "--cache-size"

Loading…
Cancel
Save