[libvirt] [PATCH 1/2] fix domaincommon.rng to accept network name with quotes

Shivaprasad G Bhat shivaprasadbhat at gmail.com
Mon Jun 1 08:07:23 UTC 2015


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 at linux.vnet.ibm.com>
---
 docs/schemas/domaincommon.rng |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 7c6fa5c..5dc48f7 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -2065,7 +2065,7 @@
           <interleave>
             <element name="source">
               <attribute name="network">
-                <ref name="deviceName"/>
+                <text/>
               </attribute>
               <optional>
                 <attribute name="portgroup">




More information about the libvir-list mailing list