mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
docs: make interface start mode element optional
This brings the libvirt version of this RNG file in line with the same file in netcf (as soon as the corresponding patch there is ACKed and pushed). There's no reason to require it when defining an interface (the config option it corresponds to is optional), and it isn't even output in the status of an interface. Resolves: https://bugzilla.redhat.com/1414404
This commit is contained in:
parent
272f185631
commit
b101101d09
@ -279,6 +279,7 @@
|
|||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="startmode">
|
<define name="startmode">
|
||||||
|
<optional>
|
||||||
<element name="start">
|
<element name="start">
|
||||||
<attribute name="mode">
|
<attribute name="mode">
|
||||||
<choice>
|
<choice>
|
||||||
@ -290,6 +291,7 @@
|
|||||||
</choice>
|
</choice>
|
||||||
</attribute>
|
</attribute>
|
||||||
</element>
|
</element>
|
||||||
|
</optional>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user