From: blogic Date: Fri, 11 Dec 2015 15:06:59 +0000 (+0000) Subject: dnsmasq: Add option "--all-servers" X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e387daa4775f25492f1f0aa72c661306520dd15a;p=openwrt.git 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éas Gustafsson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47857 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 1b42cff394..d593a51dea 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -136,6 +136,7 @@ dnsmasq() { 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"