From 6c7e6caf438317039d34cf395e306e1d231ee489 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 7 Oct 2020 18:59:50 +0200 Subject: [PATCH] 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 --- docs/schemas/domaincommon.rng | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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_\.\-\\:/ ]* +