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:
@@ -2,7 +2,7 @@
|
||||
<name>test-net</name>
|
||||
<uuid>986fed9e-a488-186d-ef2d-17ebfd1993f8</uuid>
|
||||
<forward mode='nat'/>
|
||||
<bridge name='virbr1' stp='on' delay='0' />
|
||||
<bridge name='virbr1' stp='on' delay='0'/>
|
||||
<mac address='52:54:00:e6:a2:c9'/>
|
||||
<bandwidth>
|
||||
<inbound average='1000' peak='2000' burst='1024'/>
|
||||
@@ -10,7 +10,7 @@
|
||||
</bandwidth>
|
||||
<ip address='192.168.120.1' netmask='255.255.255.0'>
|
||||
<dhcp>
|
||||
<range start='192.168.120.2' end='192.168.120.254' />
|
||||
<range start='192.168.120.2' end='192.168.120.254'/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
|
||||
Reference in New Issue
Block a user