mirror of https://gitee.com/openkylin/libvirt.git
docs: formatdomain: fix net downscript 'since'
It was added in 6.4.0, not 5.1.0
Fixes: 61ba6f09b1
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
10151470c8
commit
4b90bb1f46
|
@ -4444,7 +4444,7 @@ After creating/opening the tap device, an optional shell script (given in the
|
|||
``path`` attribute of the ``<script>`` element) will be run. :since:`Since
|
||||
0.2.1` Also, after detaching/closing the tap device, an optional shell script
|
||||
(given in the ``path`` attribute of the ``<downscript>`` element) will be run.
|
||||
:since:`Since 5.1.0` These can be used to do whatever extra host network
|
||||
:since:`Since 6.4.0` These can be used to do whatever extra host network
|
||||
integration is required.
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in New Issue