From: Steven Barth Date: Tue, 7 Jul 2015 08:13:22 +0000 (+0000) Subject: dnsmasq: Add sequential_ip UCI parameter X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=59f5eefe8cfb10c7b130bd675f7a9f9fafb26f66;p=openwrt%2Fstaging%2Fluka.git 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 SVN-Revision: 46211 --- diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index bbe2b5612d..5844aaf8e2 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -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"