mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
421406808a
Now that we don't use the leases file at all for leases just don't format it into the config and use the leaseshelper to do all the lifting.
19 lines
605 B
Plaintext
19 lines
605 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-interfaces
|
|
listen-address=192.168.122.1
|
|
dhcp-range=192.168.122.2,192.168.122.254
|
|
dhcp-no-override
|
|
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
|