[PATCHv2 2/2] Document the `type` attribute for mac addresses

Michal Privoznik mprivozn at redhat.com
Mon Jul 13 16:53:49 UTC 2020


On 7/13/20 4:28 PM, Bastien Orivel wrote:
> Signed-off-by: Bastien Orivel <bastien.orivel at diateam.net>
> ---
>   docs/drvesx.html.in | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in
> index ac7bc645d1..70b7066861 100644
> --- a/docs/drvesx.html.in
> +++ b/docs/drvesx.html.in
> @@ -427,6 +427,13 @@ error: invalid argument in libvirt was built without the 'esx' driver
>   <pre>
>   ethernet0.checkMACAddress = "false"
>   </pre>
> +    <p>
> +        <span class="since">Since 6.6.0</span>, one can force libvirt to keep the
> +        provided MAC address when it's in the reserved VMware range by adding a
> +        <code>type="static"</code> attribute to the <code><mac/></code> element.
> +        Note that this attribute is useless if the provided MAC address is outisde of
> +        the reserved VMWare ranges.
> +    </p>
>   
>   
>       <h3><a id="hardware">Available hardware</a></h3>
> 

As I say in 2/2, this should be NEWS.rst change :-)

Michal




More information about the libvir-list mailing list