From: Peter Krempa Date: Wed, 7 Oct 2020 16:59:50 +0000 (+0200) Subject: schema: domain: Allow space in XML schema for bridge source X-Git-Tag: v6.9.0-rc1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7e6caf438317039d34cf395e306e1d231ee489;p=thirdparty%2Flibvirt.git schema: domain: Allow space in XML schema for bridge source vmware's network names can contain space and they are used as bridge source. Modify the schema to allow it. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 41803c8f99..c25a742581 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2886,7 +2886,9 @@ - + + [a-zA-Z0-9_\.\-\\:/ ]* +