[libvirt] [PATCH 0/2] tell dnsmasq not to forward PTR queries

gene at czarc.net gene at czarc.net
Tue Sep 11 16:58:28 UTC 2012


From: Gene Czarcinski <gene at czarc.net>

For networks which dnsmasq has "--listen-address" specified, add
the command line parameter so that any dns PTR queries for those
networks are not forwarded.

There are separate patches for IPv4 and IPv6.

Gene Czarcinski (2):
  IPV4  local=/....in-addr.arpa/
  IPv6  local=/...ip6.arpa/

 src/network/bridge_driver.c                        | 32 ++++++++++++++++++++++
 tests/networkxml2argvdata/isolated-network.argv    |  1 +
 .../networkxml2argvdata/nat-network-dns-hosts.argv |  1 +
 .../nat-network-dns-srv-record-minimal.argv        |  5 ++++
 .../nat-network-dns-srv-record.argv                |  5 ++++
 .../nat-network-dns-txt-record.argv                | 11 ++++++--
 tests/networkxml2argvdata/nat-network.argv         | 18 ++++++++++--
 tests/networkxml2argvdata/nat-network.xml          |  4 +++
 tests/networkxml2argvdata/netboot-network.argv     |  1 +
 .../networkxml2argvdata/netboot-proxy-network.argv |  1 +
 tests/networkxml2argvdata/routed-network.argv      |  3 +-
 11 files changed, 76 insertions(+), 6 deletions(-)

-- 
1.7.11.4




More information about the libvir-list mailing list