From: Cole Robinson Date: Mon, 22 Feb 2010 21:26:44 +0000 (-0500) Subject: docs: network: Document STP and delay attributes X-Git-Tag: v0.7.7~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51e01f47ddacfb77b1cbae5fcb2f38718a1553b;p=thirdparty%2Flibvirt.git docs: network: Document STP and delay attributes --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index b39f3534f8..36c0053619 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -57,7 +57,7 @@
         ...
-        <bridge name="virbr0" />
+        <bridge name="virbr0" stp="on" delay="5"/>
         <forward mode="nat" dev="eth0"/>
         ...
@@ -71,6 +71,9 @@ device names started with the prefix vir, but the name virbr0 is reserved for the "default" virtual network. This element should always be provided when defining a new network. + Attribute stp specifies if Spanning Tree Protocol is + 'on' or 'off' (default is 'on'). Attribute delay sets + the bridge's forward delay value in seconds (default is 0). Since 0.3.0
forward