summaryrefslogtreecommitdiff
path: root/tests/networkxml2confdata/netboot-network.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/networkxml2confdata/netboot-network.conf')
-rw-r--r--tests/networkxml2confdata/netboot-network.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/networkxml2confdata/netboot-network.conf b/tests/networkxml2confdata/netboot-network.conf
new file mode 100644
index 0000000000..bda7e2d5cd
--- /dev/null
+++ b/tests/networkxml2confdata/netboot-network.conf
@@ -0,0 +1,23 @@
+##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
+## of other applications using the libvirt API.
+##
+## dnsmasq conf file created by libvirt
+strict-order
+domain-needed
+domain=example.com
+expand-hosts
+local=/example.com/
+bind-interfaces
+except-interface=lo
+listen-address=192.168.122.1
+dhcp-range=192.168.122.2,192.168.122.254
+dhcp-no-override
+enable-tftp
+tftp-root=/var/lib/tftproot
+dhcp-boot=pxeboot.img
+dhcp-leasefile=/var/lib/libvirt/dnsmasq/netboot.leases
+dhcp-lease-max=253
+dhcp-hostsfile=/var/lib/libvirt/dnsmasq/netboot.hostsfile
+addn-hosts=/var/lib/libvirt/dnsmasq/netboot.addnhosts