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

Ján Tomko posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/5da222b44a0046df50e54799c9787c7fd08727c3.1528356635.git.jtomko@redhat.com
Test syntax-check passed
docs/schemas/interface.rng | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[libvirt] [PATCH] schema: remove reference to brctl
Posted by Ján Tomko 5 years, 10 months ago
ip(8) is the contemporary way of configuring bridges.

Signed-off-by: Ján Tomko <jtomko@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>
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] schema: remove reference to brctl
Posted by Michal Privoznik 5 years, 10 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list