mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
docs: fix docs about bandwidth setting with bridge networks
We now support setting bandwidth on networks with type bridge. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
768ecdcd4b
commit
9033104939
@ -548,10 +548,10 @@
|
|||||||
(<span class="since">since 0.9.4</span>). Setting
|
(<span class="since">since 0.9.4</span>). Setting
|
||||||
<code>bandwidth</code> for a network is supported only
|
<code>bandwidth</code> for a network is supported only
|
||||||
for networks with a <code><forward></code> mode
|
for networks with a <code><forward></code> mode
|
||||||
of <code>route</code>, <code>nat</code>, or no mode at all
|
of <code>route</code>, <code>nat</code>, <code>bridge</code>,
|
||||||
(i.e. an "isolated" network). Setting <code>bandwidth</code>
|
or no mode at all (i.e. an "isolated" network). Setting
|
||||||
is <b>not</b> supported for forward modes
|
<code>bandwidth</code> is <b>not</b> supported for forward modes
|
||||||
of <code>bridge</code>, <code>passthrough</code>, <code>private</code>,
|
<code>passthrough</code>, <code>private</code>,
|
||||||
or <code>hostdev</code>. Attempts to do this will lead to
|
or <code>hostdev</code>. Attempts to do this will lead to
|
||||||
a failure to define the network or to create a transient network.
|
a failure to define the network or to create a transient network.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user