diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-11 15:06:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-11 15:06:59 +0000 |
commit | 9fca61df673cdbfa7564eebf75b2b7821d976e9e (patch) | |
tree | 07ab5cb47072c8821d9d38052a56baeb546ff12f /package/network | |
parent | 36731d54dd61a4ec2e18e799cbbb3b86c1e409f5 (diff) | |
download | master-187ad058-9fca61df673cdbfa7564eebf75b2b7821d976e9e.tar.gz master-187ad058-9fca61df673cdbfa7564eebf75b2b7821d976e9e.tar.bz2 master-187ad058-9fca61df673cdbfa7564eebf75b2b7821d976e9e.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-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" |