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:
Ján Tomko
2013-07-30 14:36:08 +02:00
parent 63ee776f8c
commit d8bd24a9ec
42 changed files with 155 additions and 153 deletions

View File

@@ -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>