mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
66f75925eb
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.
19 lines
617 B
Plaintext
19 lines
617 B
Plaintext
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
|
|
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
|
|
## virsh net-edit private
|
|
## or other application using the libvirt API.
|
|
##
|
|
## dnsmasq conf file created by libvirt
|
|
strict-order
|
|
except-interface=lo
|
|
bind-interfaces
|
|
listen-address=192.168.152.1
|
|
dhcp-option=3
|
|
no-resolv
|
|
dhcp-range=192.168.152.2,192.168.152.254
|
|
dhcp-no-override
|
|
dhcp-leasefile=/var/lib/libvirt/dnsmasq/private.leases
|
|
dhcp-lease-max=253
|
|
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/private.hostsfile
|
|
addn-hosts=/var/lib/libvirt/dnsmasq/private.addnhosts
|