mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-24 04:12:20 +00:00
* qemud/default-network.xml: add a default network * qemud/Makefile.am: install it, and the autostart symlink * libvirt.spec.in: update
10 lines
217 B
XML
10 lines
217 B
XML
<network>
|
|
<name>default</name>
|
|
<bridge name="virbr0" />
|
|
<ip address="192.168.122.1" netmask="255.255.255.0">
|
|
<dhcp>
|
|
<range start="192.168.122.2" end="192.168.122.254" />
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|