mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +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
623 B
Plaintext
20 lines
623 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 netboot
|
|
## or other application using the libvirt API.
|
|
##
|
|
## dnsmasq conf file created by libvirt
|
|
strict-order
|
|
domain=example.com
|
|
expand-hosts
|
|
except-interface=lo
|
|
bind-dynamic
|
|
interface=virbr1
|
|
dhcp-range=192.168.122.2,192.168.122.254,255.255.255.0
|
|
dhcp-no-override
|
|
dhcp-authoritative
|
|
dhcp-boot=pxeboot.img,,10.20.30.40
|
|
dhcp-lease-max=253
|
|
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/netboot.hostsfile
|
|
addn-hosts=/var/lib/libvirt/dnsmasq/netboot.addnhosts
|