Author: blogic
Date: 2015-12-11 16:06:59 +0100 (Fri, 11 Dec 2015)
New Revision: 47857

Modified:
   trunk/package/network/services/dnsmasq/files/dnsmasq.init
Log:
dnsmasq: Add option "--all-servers"

Add the option "--all-servers" which forces dnsmasq to send all
queries to all servers and then take the first answer.

Signed-off-by: Andr?\195?\169as Gustafsson <[email protected]>

Modified: trunk/package/network/services/dnsmasq/files/dnsmasq.init
===================================================================
--- trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-12-11 
15:06:45 UTC (rev 47856)
+++ trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-12-11 
15:06:59 UTC (rev 47857)
@@ -136,6 +136,7 @@
        append_bool "$cfg" localservice "--local-service"
        append_bool "$cfg" quietdhcp "--quiet-dhcp"
        append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
+       append_bool "$cfg" allservers "--all-servers"
 
        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