blob: 7c26162d2f0c5d791ae448adb01c8dad6b01cb35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>
<name>test-ipxe-ipv4-x86_64</name>
<bridge name='testipxe4' stp='on' delay='0'/>
<ip address='192.168.44.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.44.10' end='192.168.44.99'/>
<bootp file='undionly.kpxe'/>
</dhcp>
</ip>
<dnsmasq:options>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-match=set:aa64-pxe,option:client-arch,7'/>
<dnsmasq:option value='dhcp-boot=tag:aa64-pxe,ipxe-snponly-x86_64.efi,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
<dnsmasq:option value='dhcp-boot=tag:ipxe,tests/scripts/helloworld.ipxe,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe4'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
</dnsmasq:options>
</network>
|