summaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-11 15:06:59 +0000
committerJohn Crispin <john@openwrt.org>2015-12-11 15:06:59 +0000
commit725fc09cec4c310d06ca17267775acc5c9aa4033 (patch)
tree39aea055c3f22977b04d3588fc23e8be4d1ffe9b /package/network/services/dnsmasq/files
parent90e4b76bd1eb6c4b557a772fc271532d39db6f56 (diff)
downloadmaster-31e0f0ae-725fc09cec4c310d06ca17267775acc5c9aa4033.tar.gz
master-31e0f0ae-725fc09cec4c310d06ca17267775acc5c9aa4033.tar.bz2
master-31e0f0ae-725fc09cec4c310d06ca17267775acc5c9aa4033.zip
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 <gurgalof@gmail.com> SVN-Revision: 47857
Diffstat (limited to 'package/network/services/dnsmasq/files')
-rw-r--r--package/network/services/dnsmasq/files/dnsmasq.init1
1 files changed, 1 insertions, 0 deletions
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"