mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
d8bd24a9ec
This matches the style we use elsewhere and allows nat-network-dns-srv-record{,-minimal}.xml to be tested in network XML -> XML test.
17 lines
463 B
XML
17 lines
463 B
XML
<network>
|
|
<name>test-net</name>
|
|
<uuid>986fed9e-a488-186d-ef2d-17ebfd1993f8</uuid>
|
|
<forward mode='nat'/>
|
|
<bridge name='virbr1' stp='on' delay='0'/>
|
|
<mac address='52:54:00:E6:A2:C9'/>
|
|
<bandwidth>
|
|
<inbound average='1000' peak='2000' burst='1024'/>
|
|
<outbound average='2000'/>
|
|
</bandwidth>
|
|
<ip address='192.168.120.1' netmask='255.255.255.0'>
|
|
<dhcp>
|
|
<range start='192.168.120.2' end='192.168.120.254'/>
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|