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

Ján Tomko jtomko at redhat.com
Thu Jun 7 07:30:44 UTC 2018


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>
-- 
2.13.6




More information about the libvir-list mailing list