aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Czarcinski <gene@czarc.net>2012-08-22 12:59:24 -0400
committerEric Blake <eblake@redhat.com>2012-08-22 11:36:39 -0600
commitf3868259ca0517212e439a65c9060868f673b6c9 (patch)
treee76febcb609d123e35f428ab7a2709a3f91c1f9d /tests/networkxml2argvdata/routed-network.argv
parentdocs: fix blockpull/blockcopy bandwidth Mbps -> MiB/s (diff)
downloadlibvirt-f3868259ca0517212e439a65c9060868f673b6c9.tar.gz
libvirt-f3868259ca0517212e439a65c9060868f673b6c9.tar.bz2
libvirt-f3868259ca0517212e439a65c9060868f673b6c9.zip
dnsmasq: avoid forwarding queries without a domain
dnsmasq is forwarding a number of queries upstream that should not be done. There still remains an MX query for a plain name with no domain specified that will be forwarded is dnsmasq has --domain=xxx --local=/xxx/ specified. This does not happen with no domain name and --local=// ... not a libvirt problem. BTW, thanks again to Claudio Bley!
Diffstat (limited to 'tests/networkxml2argvdata/routed-network.argv')
-rw-r--r--tests/networkxml2argvdata/routed-network.argv3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/networkxml2argvdata/routed-network.argv b/tests/networkxml2argvdata/routed-network.argv
index 75303e6ee..ac4399117 100644
--- a/tests/networkxml2argvdata/routed-network.argv
+++ b/tests/networkxml2argvdata/routed-network.argv
@@ -1,2 +1,3 @@
-@DNSMASQ@ --strict-order --bind-interfaces --conf-file= \
+@DNSMASQ@ --strict-order --bind-interfaces \
+--local=// --domain-needed --filterwin2k --conf-file= \
--except-interface lo --listen-address 192.168.122.1\