]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: change default of forwardPlainNames to 'yes'
authorLaine Stump <laine@laine.org>
Fri, 31 Jan 2014 13:50:16 +0000 (15:50 +0200)
committerLaine Stump <laine@laine.org>
Tue, 4 Feb 2014 10:00:26 +0000 (12:00 +0200)
commit66f75925ebc4c37a9fa7cde3de5a6188cc64ef16
tree0f40654ff4cfd87b17aee1788721fd810df1dc41
parentf69a6b987d616cf2679ec551a8b905b6a2aace6d
network: change default of forwardPlainNames to 'yes'

The previous patch fixed "forwardPlainNames" so that it really is
doing only what is intended, but left the default to be
"forwardPlainNames='no'". Discussion around the initial version of
that patch led to the decision that the default should instead be
"forwardPlainNames='yes'" (i.e. the original behavior before commit
f3886825). This patch makes that change to the default.
18 files changed:
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c
tests/networkxml2confdata/dhcp6-nat-network.conf
tests/networkxml2confdata/dhcp6-network.conf
tests/networkxml2confdata/dhcp6host-routed-network.conf
tests/networkxml2confdata/isolated-network.conf
tests/networkxml2confdata/nat-network-dns-forwarders.conf
tests/networkxml2confdata/nat-network-dns-srv-record-minimal.conf
tests/networkxml2confdata/nat-network-dns-srv-record.conf
tests/networkxml2confdata/nat-network-dns-txt-record.conf
tests/networkxml2confdata/nat-network.conf
tests/networkxml2confdata/netboot-network.conf
tests/networkxml2confdata/netboot-proxy-network.conf
tests/networkxml2confdata/routed-network.conf
tests/networkxml2xmlout/nat-network-dns-hosts.xml
tests/networkxml2xmlupdateout/nat-network-dns-more-hosts.xml
tests/networkxml2xmlupdateout/nat-network-no-hosts.xml