]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schema: remove reference to brctl
authorJán Tomko <jtomko@redhat.com>
Thu, 7 Jun 2018 07:08:41 +0000 (09:08 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 7 Jun 2018 14:30:59 +0000 (16:30 +0200)
ip(8) is the contemporary way of configuring bridges.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/schemas/interface.rng

index 4bb08e96a4aa34751722b1432dcf2dda337d7283..a4fddaaedc2a54d49e7d03cb83fc6ae79ea42d08 100644 (file)
               <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>