From: Daniel P. Berrangé Date: Tue, 25 Feb 2020 15:49:03 +0000 (+0000) Subject: docs: fix docs about bandwidth setting with bridge networks X-Git-Tag: v6.1.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9033104939ba9ba279b1960703677941367b97b3;p=thirdparty%2Flibvirt.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é --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 3d807ecab6..ec055c8360 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -548,10 +548,10 @@ (since 0.9.4). Setting bandwidth for a network is supported only for networks with a <forward> mode - of route, nat, or no mode at all - (i.e. an "isolated" network). Setting bandwidth - is not supported for forward modes - of bridge, passthrough, private, + of route, nat, bridge, + or no mode at all (i.e. an "isolated" network). Setting + bandwidth is not supported for forward modes + passthrough, private, or hostdev. Attempts to do this will lead to a failure to define the network or to create a transient network.