dnsmasq: Add option "--all-servers"
authorJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:06:59 +0000 (15:06 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:06:59 +0000 (15:06 +0000)
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 <gurgalof@gmail.com>
SVN-Revision: 47857

package/network/services/dnsmasq/files/dnsmasq.init

index 1b42cff3941a35cfe4146ca1e3569c6452d4e574..d593a51dead5ba518f3393d0b17cdddf6a25ac11 100644 (file)
@@ -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"