diff options
author | John Crispin <john@openwrt.org> | 2015-12-11 15:06:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-11 15:06:59 +0000 |
commit | 725fc09cec4c310d06ca17267775acc5c9aa4033 (patch) | |
tree | 39aea055c3f22977b04d3588fc23e8be4d1ffe9b | |
parent | 90e4b76bd1eb6c4b557a772fc271532d39db6f56 (diff) | |
download | upstream-725fc09cec4c310d06ca17267775acc5c9aa4033.tar.gz upstream-725fc09cec4c310d06ca17267775acc5c9aa4033.tar.bz2 upstream-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
-rw-r--r-- | package/network/services/dnsmasq/files/dnsmasq.init | 1 |
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" |