mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
6b59d6cac1
Prepare to retire older versions by droping older tests. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
20 lines
595 B
Plaintext
20 lines
595 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-dynamic
|
|
interface=virbr2
|
|
dhcp-option=3
|
|
no-resolv
|
|
ra-param=*,0,0
|
|
dhcp-range=192.168.152.2,192.168.152.254,255.255.255.0
|
|
dhcp-no-override
|
|
dhcp-authoritative
|
|
dhcp-lease-max=253
|
|
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/private.hostsfile
|
|
addn-hosts=/var/lib/libvirt/dnsmasq/private.addnhosts
|