mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
07613d2020
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
12 lines
292 B
XML
12 lines
292 B
XML
<network>
|
|
<name>default</name>
|
|
<uuid>004b96e12d78c30f5aa5f03c87d21e69</uuid>
|
|
<bridge name='brdefault'/>
|
|
<forward dev='eth0'/>
|
|
<ip address='192.168.122.1' netmask='255.255.255.0'>
|
|
<dhcp>
|
|
<range start='192.168.122.128' end='192.168.122.253'/>
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|