[libvirt] [PATCH 2/5] Add virSwitch to data types

Ján Tomko jtomko at redhat.com
Thu Sep 11 11:43:24 UTC 2014


Just to make this series work until Martin pushes his more complete
cleanup:
https://www.redhat.com/archives/libvir-list/2014-September/msg00391.html
---
 docs/schemas/basictypes.rng | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng
index 75d5238..3e90262 100644
--- a/docs/schemas/basictypes.rng
+++ b/docs/schemas/basictypes.rng
@@ -446,4 +446,10 @@
     </optional>
   </define>
 
+  <define name="virSwitch">
+    <choice>
+      <value>on</value>
+      <value>off</value>
+    </choice>
+  </define>
 </grammar>
-- 
1.8.5.5




More information about the libvir-list mailing list