[libvirt] [PATCH] schema: use a better regex for listen addresses

2015-11-26 Thread Ján Tomko
A domain with '::' as the listen address fails to validate. Reuse the 'ipAddr' and 'dnsName' regexes from basictypes instead of reinventing them. https://bugzilla.redhat.com/show_bug.cgi?id=1285665 --- docs/schemas/domaincommon.rng| 7 ---

Re: [libvirt] [PATCH] schema: use a better regex for listen addresses

2015-11-26 Thread Jiri Denemark
On Thu, Nov 26, 2015 at 10:43:15 +0100, Ján Tomko wrote: > A domain with '::' as the listen address fails to validate. > > Reuse the 'ipAddr' and 'dnsName' regexes from basictypes instead > of reinventing them. > > https://bugzilla.redhat.com/show_bug.cgi?id=1285665 > --- >

Re: [libvirt] [PATCH] schema: use a better regex for listen addresses

2015-11-26 Thread Peter Krempa
On Thu, Nov 26, 2015 at 10:43:15 +0100, Ján Tomko wrote: > A domain with '::' as the listen address fails to validate. > > Reuse the 'ipAddr' and 'dnsName' regexes from basictypes instead > of reinventing them. > > https://bugzilla.redhat.com/show_bug.cgi?id=1285665 > --- >