]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: network: Document STP and delay attributes
authorCole Robinson <crobinso@redhat.com>
Mon, 22 Feb 2010 21:26:44 +0000 (16:26 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 23 Feb 2010 14:44:39 +0000 (09:44 -0500)
docs/formatnetwork.html.in

index b39f3534f820b3655f0c5cbbdaae43ea02552e64..36c005361945808746e0a102a8f9e30451165020 100644 (file)
@@ -57,7 +57,7 @@
 
     <pre>
         ...
-        &lt;bridge name="virbr0" /&gt;
+        &lt;bridge name="virbr0" stp="on" delay="5"/&gt;
         &lt;forward mode="nat" dev="eth0"/&gt;
         ...</pre>
 
@@ -71,6 +71,9 @@
         device names started with the prefix <code>vir</code>, but the name
         <code>virbr0</code> is reserved for the "default" virtual network.
         This element should always be provided when defining a new network.
+        Attribute <code>stp</code> specifies if Spanning Tree Protocol is
+        'on' or 'off' (default is 'on'). Attribute <code>delay</code> sets
+        the bridge's forward delay value in seconds (default is 0).
         <span class="since">Since 0.3.0</span>
       </dd>
       <dt><code>forward</code></dt>