Author: cyrus
Date: 2015-07-07 10:13:22 +0200 (Tue, 07 Jul 2015)
New Revision: 46211

Modified:
   trunk/package/network/services/dnsmasq/files/dnsmasq.init
Log:
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 <[email protected]>

Modified: trunk/package/network/services/dnsmasq/files/dnsmasq.init
===================================================================
--- trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-07-07 
08:13:16 UTC (rev 46210)
+++ trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-07-07 
08:13:22 UTC (rev 46211)
@@ -135,6 +135,7 @@
        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"
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to