mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
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 <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
590423ca0f
commit
6c7e6caf43
@ -2886,7 +2886,9 @@
|
|||||||
|
|
||||||
<define name="interface-bridge-attributes">
|
<define name="interface-bridge-attributes">
|
||||||
<attribute name="bridge">
|
<attribute name="bridge">
|
||||||
<ref name="deviceName"/>
|
<data type="string">
|
||||||
|
<param name="pattern">[a-zA-Z0-9_\.\-\\:/ ]*</param>
|
||||||
|
</data>
|
||||||
</attribute>
|
</attribute>
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="macTableManager">
|
<attribute name="macTableManager">
|
||||||
|
Loading…
Reference in New Issue
Block a user