blob: f29c083fba41c1be04e6653da84bb84274c425d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>
<name>test-ipxe-ipv6-x86_64</name>
<bridge name='testipxe6' stp='on' delay='0'/>
<ip family='ipv6' address='fd00:2342::1' prefix='64'>
<dhcp>
<range start='fd00:2342::10' end='fd00:2342::ff'/>
</dhcp>
</ip>
<dnsmasq:options>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-option=option6:bootfile-url,tftp://[fd00:2342::1]/ipxe-snponly-x86_64.efi'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
<dnsmasq:option value='dhcp-option=tag:ipxe,option6:bootfile-url,tftp://[fd00:2342::1]/tests/scripts/helloworld.ipxe'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe6'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
</dnsmasq:options>
</network>
|