mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
310c98d0c4
dnsmasq conf file contents needs to have quotes escaped for it to work. Because of this, the network-create/start for a network with quotes in the name fails. The patch escapes strings for the entries that go into the conf file. Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
21 lines
756 B
Plaintext
21 lines
756 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 default"with"quotes"
|
|
## or other application using the libvirt API.
|
|
##
|
|
## dnsmasq conf file created by libvirt
|
|
strict-order
|
|
except-interface=lo
|
|
bind-interfaces
|
|
listen-address=192.168.122.1
|
|
listen-address=192.168.123.1
|
|
listen-address=fc00:db8:ac10:fe01::1
|
|
listen-address=fc00:db8:ac10:fd01::1
|
|
listen-address=10.24.10.1
|
|
srv-host=_name._tcp
|
|
dhcp-range=192.168.122.2,192.168.122.254
|
|
dhcp-no-override
|
|
dhcp-lease-max=253
|
|
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default"with"quotes".hostsfile
|
|
addn-hosts=/var/lib/libvirt/dnsmasq/default"with"quotes".addnhosts
|