mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 20:51:26 +00:00
docs: network: Document STP and delay attributes
This commit is contained in:
parent
9b9e52a1cb
commit
f51e01f47d
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<bridge name="virbr0" />
|
<bridge name="virbr0" stp="on" delay="5"/>
|
||||||
<forward mode="nat" dev="eth0"/>
|
<forward mode="nat" dev="eth0"/>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
@ -71,6 +71,9 @@
|
|||||||
device names started with the prefix <code>vir</code>, but the name
|
device names started with the prefix <code>vir</code>, but the name
|
||||||
<code>virbr0</code> is reserved for the "default" virtual network.
|
<code>virbr0</code> is reserved for the "default" virtual network.
|
||||||
This element should always be provided when defining a new 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>
|
<span class="since">Since 0.3.0</span>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>forward</code></dt>
|
<dt><code>forward</code></dt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user