mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
78c8aef75e
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
11 lines
237 B
XML
11 lines
237 B
XML
<network>
|
|
<name>open</name>
|
|
<forward mode="open"/>
|
|
<domain name="open"/>
|
|
<ip address="192.168.100.1" netmask="255.255.255.0">
|
|
<dhcp>
|
|
<range start="192.168.100.128" end="192.168.100.254"/>
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|