1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

conf: fix domaincommon.rng to accept network name with quotes

The network name is currently of type "deviceName" but it should be
"text" as name is defined in the network.rng.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
This commit is contained in:
Shivaprasad G Bhat 2015-06-01 13:37:23 +05:30 committed by Laine Stump
parent ad658a6015
commit 6a28687b6e

View File

@ -2065,7 +2065,7 @@
<interleave> <interleave>
<element name="source"> <element name="source">
<attribute name="network"> <attribute name="network">
<ref name="deviceName"/> <text/>
</attribute> </attribute>
<optional> <optional>
<attribute name="portgroup"> <attribute name="portgroup">