mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
13f59ad733
* docs/storage/: Move to examples/xml/storage/ * docs/test*.xml: Move to examples/xml/test/ * docs/Makefile.am: Remove example XML files from dist * Makefile.am: Add examples/xml to EXTRA_DIST * tests/virshtest.c: Update for moved test XML * libvirt.spec.in: Include example XML files as docs * tests/int-overflow: UPdate for moved XML
11 lines
265 B
XML
11 lines
265 B
XML
<network>
|
|
<name>private</name>
|
|
<uuid>004b22212d78c30f5aa5f03c87d21e69</uuid>
|
|
<bridge name='brpriv'/>
|
|
<ip address='192.168.124.1' netmask='255.255.255.0'>
|
|
<dhcp>
|
|
<range start='192.168.124.128' end='192.168.124.253'/>
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|