libvirt/tests/networkxml2confdata
Laine Stump 9065cfaa88 network: allow disabling dnsmasq's DNS server
If you define a libvirt virtual network with one or more IP addresses,
it starts up an instance of dnsmasq. It's always been possible to
avoid dnsmasq's dhcp server (simply don't include a <dhcp> element),
but until now it wasn't possible to avoid having the DNS server
listening; even if the network has no <dns> element, it is started
using default settings.

This patch adds a new attribute to <dns>: enable='yes|no'. For
backward compatibility, it defaults to 'yes', but if you don't want a
DNS server created for the network, you can simply add:

   <dns enable='no'/>

to the network configuration, and next time the network is started
there will be no dns server created (if there is dhcp configuration,
dnsmasq will be started with "port=0" which disables the DNS server;
if there is no dhcp configuration, dnsmasq won't be started at all).
2016-08-19 21:10:34 -04:00
..
dhcp6-nat-network.conf network: fix DHCPv6 on networks with prefix != 64 2016-04-21 15:06:25 -04:00
dhcp6-nat-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
dhcp6-network.conf network: fix DHCPv6 on networks with prefix != 64 2016-04-21 15:06:25 -04:00
dhcp6-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
dhcp6host-routed-network.conf network: fix DHCPv6 on networks with prefix != 64 2016-04-21 15:06:25 -04:00
dhcp6host-routed-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
isolated-network.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
isolated-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
nat-network-dns-forward-plain.conf
nat-network-dns-forward-plain.xml
nat-network-dns-forwarders.conf network: change default of forwardPlainNames to 'yes' 2014-02-04 12:00:26 +02:00
nat-network-dns-forwarders.xml Add forwarder attribute to <dns/> element 2013-09-17 17:47:33 -06:00
nat-network-dns-hosts.conf network: only prevent forwarding of DNS requests for unqualified names 2014-02-04 12:00:26 +02:00
nat-network-dns-hosts.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
nat-network-dns-local-domain.conf network: Let domains be restricted to local DNS 2015-01-20 01:07:18 -05:00
nat-network-dns-local-domain.xml network: Let domains be restricted to local DNS 2015-01-20 01:07:18 -05:00
nat-network-dns-srv-record-minimal.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
nat-network-dns-srv-record-minimal.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
nat-network-dns-srv-record.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
nat-network-dns-srv-record.xml network: fix problems with SRV records 2014-03-26 16:42:43 +02:00
nat-network-dns-txt-record.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
nat-network-dns-txt-record.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
nat-network-name-with-quotes.conf network: escape quotes for dsmasq conf contents 2015-06-09 13:56:00 -04:00
nat-network-name-with-quotes.xml network: escape quotes for dsmasq conf contents 2015-06-09 13:56:00 -04:00
nat-network.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
nat-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
netboot-network.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
netboot-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
netboot-proxy-network.conf network: dnsmasq: Don't format lease file path 2014-12-03 14:22:40 +01:00
netboot-proxy-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
open-network.conf network: new network forward mode 'open' 2016-08-19 21:05:15 -04:00
open-network.xml network: new network forward mode 'open' 2016-08-19 21:05:15 -04:00
routed-network-no-dns.conf network: allow disabling dnsmasq's DNS server 2016-08-19 21:10:34 -04:00
routed-network-no-dns.xml network: allow disabling dnsmasq's DNS server 2016-08-19 21:10:34 -04:00
routed-network.conf network: change default of forwardPlainNames to 'yes' 2014-02-04 12:00:26 +02:00
routed-network.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00