[libvirt] [PATCH] schema: remove reference to brctl

Michal Privoznik mprivozn at redhat.com
Thu Jun 7 08:45:13 UTC 2018


On 06/07/2018 09:30 AM, Ján Tomko wrote:
> ip(8) is the contemporary way of configuring bridges.
> 
> Signed-off-by: Ján Tomko <jtomko at redhat.com>
> ---
>  docs/schemas/interface.rng | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/docs/schemas/interface.rng b/docs/schemas/interface.rng
> index 4bb08e96a4..a4fddaaedc 100644
> --- a/docs/schemas/interface.rng
> +++ b/docs/schemas/interface.rng
> @@ -130,7 +130,8 @@
>                <ref name="virOnOff"/>
>              </attribute>
>            </optional>
> -          <!-- Bridge forward delay (see 'brctl setfd') -->
> +          <!-- Bridge forward delay
> +               (see 'ip link set <dev> type bridge forward_delay') -->
>            <optional v:since="2">
>              <attribute name="delay"><ref name="timeval"/></attribute>
>            </optional>
> 

ACK

Michal




More information about the libvir-list mailing list