]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix docs about bandwidth setting with bridge networks
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 25 Feb 2020 15:49:03 +0000 (15:49 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 26 Feb 2020 16:05:04 +0000 (16:05 +0000)
We now support setting bandwidth on networks with type bridge.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatnetwork.html.in

index 3d807ecab656dbd9596dc747413b15f7af17bc59..ec055c83607b87d760b7d36e58c92712d104e70a 100644 (file)
         (<span class="since">since 0.9.4</span>). Setting
         <code>bandwidth</code> for a network is supported only
         for networks with a <code>&lt;forward&gt;</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>