From: Peter Krempa Date: Mon, 23 Jan 2012 17:41:44 +0000 (+0100) Subject: schema: Relax schema for domain name X-Git-Tag: v0.9.10-rc1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a09ee4103400a47e2b6a763429288533cb8a97b;p=thirdparty%2Flibvirt.git schema: Relax schema for domain name The domain schema enforced restrictions on the domain name string that the code doesn't. This patch relaxes the check, leaving the restrictions on the driver or hypervisor. The only invalid character is a newline. --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 4fa968dc43..ecf34843a6 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -3030,7 +3030,7 @@ - [A-Za-z0-9_\.\+\-&:/]+ + [^\n]+