From: John Crispin Date: Fri, 11 Dec 2015 15:06:59 +0000 (+0000) Subject: dnsmasq: Add option "--all-servers" X-Git-Tag: reboot~1215 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=725fc09cec4c310d06ca17267775acc5c9aa4033;ds=sidebyside 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 SVN-Revision: 47857 --- 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"