From f91e1784ff84118339a644958b3baf51309fb759 Mon Sep 17 00:00:00 2001 From: IPv4v6 Date: Mon, 16 Nov 2020 17:45:09 +0100 Subject: [PATCH] Add forward mode 'open' to README (#1118) Document forward mode 'open' as this is passed to libvirt to handle. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9238c0..62b24ef 100644 --- a/README.md +++ b/README.md @@ -708,8 +708,8 @@ starts with `libvirt__` string. Here is a list of those options: only when dhcp is enabled.By default is the same host that runs the DHCP server. * `:libvirt__adapter` - Number specifiyng sequence number of interface. -* `:libvirt__forward_mode` - Specify one of `veryisolated`, `none`, `nat` or - `route` options. This option is used only when creating new network. Mode +* `:libvirt__forward_mode` - Specify one of `veryisolated`, `none`, `open`, `nat` + or `route` options. This option is used only when creating new network. Mode `none` will create isolated network without NATing or routing outside. You will want to use NATed forwarding typically to reach networks outside of hypervisor. Routed forwarding is typically useful to reach other networks @@ -807,8 +807,8 @@ used by this network are configurable at the provider level. connected. Must include the address and subnet mask. If not specified the default is '192.168.121.0/24'. * `management_network_mode` - Network mode for the Libvirt management network. - Specify one of veryisolated, none, nat or route options. Further documented - under [Private Networks](#private-network-options) + Specify one of veryisolated, none, open, nat or route options. Further + documented under [Private Networks](#private-network-options) * `management_network_guest_ipv6` - Enable or disable guest-to-guest IPv6 communication. See [here](https://libvirt.org/formatnetwork.html#examplesPrivate6), and