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:
parent
ad658a6015
commit
6a28687b6e
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user