mirror of https://gitee.com/openkylin/libvirt.git
schema: properly set tap and vhost backend attributes optional
Each attribute is optional, commit af8b4a2
forgot to mention that.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
3035123d65
commit
e1dfb6681a
|
@ -2313,12 +2313,16 @@
|
|||
</optional>
|
||||
<optional>
|
||||
<element name="backend">
|
||||
<optional>
|
||||
<attribute name='tap'>
|
||||
<ref name='absFilePath'/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name='vhost'>
|
||||
<ref name='absFilePath'/>
|
||||
</attribute>
|
||||
</optional>
|
||||
</element>
|
||||
</optional>
|
||||
<optional>
|
||||
|
|
Loading…
Reference in New Issue