[libvirt] [PATCH] fix up dom-name validation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



libvirt schema: improve domain name regex

This regexp is based upon what xend actually allows, plus the existing
&, which I presume is there for a reason.

Signed-off-by: John Levon <john.levon>

Index: docs/libvirt.rng
===================================================================
RCS file: /data/cvs/libvirt/docs/libvirt.rng,v
retrieving revision 1.8
diff -u -r1.8 libvirt.rng
--- docs/libvirt.rng	8 Jul 2008 12:05:13 -0000	1.8
+++ docs/libvirt.rng	10 Jul 2008 04:04:58 -0000
@@ -840,7 +840,7 @@
   </define>
   <define name='domainName'>
     <data type='string'>
-      <param name="pattern">[a-zA-Z0-9_\+\-&amp;]+</param>
+      <param name="pattern">[A-Za-z0-9_.:/\+\-&amp;-]+</param>
     </data>
   </define>
   <define name='genericName'>

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]