mirror of https://gitee.com/openkylin/libvirt.git
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
|
||||
<code>bandwidth</code> for a network is supported only
|
||||
for networks with a <code><forward></code> mode
|
||||
of <code>route</code>, <code>nat</code>, or no mode at all
|
||||
(i.e. an "isolated" network). Setting <code>bandwidth</code>
|
||||
is <b>not</b> supported for forward modes
|
||||
of <code>bridge</code>, <code>passthrough</code>, <code>private</code>,
|
||||
of <code>route</code>, <code>nat</code>, <code>bridge</code>,
|
||||
or no mode at all (i.e. an "isolated" network). Setting
|
||||
<code>bandwidth</code> is <b>not</b> supported for forward modes
|
||||
<code>passthrough</code>, <code>private</code>,
|
||||
or <code>hostdev</code>. Attempts to do this will lead to
|
||||
a failure to define the network or to create a transient network.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue