From 9033104939ba9ba279b1960703677941367b97b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 25 Feb 2020 15:49:03 +0000 Subject: [PATCH] docs: fix docs about bandwidth setting with bridge networks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now support setting bandwidth on networks with type bridge. Signed-off-by: Daniel P. Berrangé --- docs/formatnetwork.html.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

-- GitLab