docs: add forgotten mentions of forward mode "open"

A couple places in the docs didn't get updated when the forward mode
"open" was added.

Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Laine Stump 2019-01-09 18:45:49 -05:00
parent 43be65a481
commit 001495909b

View File

@ -107,13 +107,13 @@
may also be connected to the LAN. When defining may also be connected to the LAN. When defining
a new network with a <code>&lt;forward&gt;</code> mode of a new network with a <code>&lt;forward&gt;</code> mode of
"nat" or "route" (or an isolated network with "nat", "route", or "open" (or an isolated network with
no <code>&lt;forward&gt;</code> element), libvirt will no <code>&lt;forward&gt;</code> element), libvirt will
automatically generate a unique name for the bridge device if automatically generate a unique name for the bridge device if
none is given, and this name will be permanently stored in the none is given, and this name will be permanently stored in the
network configuration so that that the same name will be used network configuration so that that the same name will be used
every time the network is started. For these types of networks every time the network is started. For these types of networks
(nat, routed, and isolated), a bridge name beginning with the (nat, route, open, and isolated), a bridge name beginning with the
prefix "virbr" is recommended (and that is what is prefix "virbr" is recommended (and that is what is
auto-generated), but not enforced. auto-generated), but not enforced.
Attribute <code>stp</code> specifies if Spanning Tree Protocol Attribute <code>stp</code> specifies if Spanning Tree Protocol