Sfoglia il codice sorgente

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 <[email protected]>

SVN-Revision: 47857
John Crispin 10 anni fa
parent
commit
725fc09cec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/network/services/dnsmasq/files/dnsmasq.init

+ 1 - 0
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"