mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +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">
|
||||
<attribute name="bridge">
|
||||
<ref name="deviceName"/>
|
||||
<data type="string">
|
||||
<param name="pattern">[a-zA-Z0-9_\.\-\\:/ ]*</param>
|
||||
</data>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="macTableManager">
|
||||
|
Loading…
Reference in New Issue
Block a user