mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Remove the space before the slash in network XML
This matches the style we use elsewhere and allows
nat-network-dns-srv-record{,-minimal}.xml to be tested in
network XML -> XML test.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<domain name="example.com"/>
|
||||
<forward/>
|
||||
<ip address="192.168.122.1" netmask="255.255.255.0">
|
||||
<tftp root="/var/lib/tftproot" />
|
||||
<tftp root="/var/lib/tftproot"/>
|
||||
<dhcp>
|
||||
<range start="192.168.122.2" end="192.168.122.254" />
|
||||
<bootp file="pxeboot.img" />
|
||||
<range start="192.168.122.2" end="192.168.122.254"/>
|
||||
<bootp file="pxeboot.img"/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
|
||||
Reference in New Issue
Block a user