summaryrefslogtreecommitdiff
path: root/doc/source/network-config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/network-config.rst')
-rw-r--r--doc/source/network-config.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/source/network-config.rst b/doc/source/network-config.rst
index 5a27b8e..0957180 100644
--- a/doc/source/network-config.rst
+++ b/doc/source/network-config.rst
@@ -19,9 +19,15 @@ allows configuring a list of network metadata.
default_interface: true
- name: green
routes_externally: false
- - name: purple
+ - name: yellow
routes_externally: false
nat_destination: true
+ - name: chartreuse
+ routes_externally: false
+ routes_ipv6_externally: true
+ - name: aubergine
+ routes_ipv4_externally: false
+ routes_ipv6_externally: true
Every entry must have a name field, which can hold either the name or the id
of the network.
@@ -33,6 +39,11 @@ be an RFC1918 address. In either case, it's provides IPs to servers that
things not on the cloud can use. This value defaults to `false`, which
indicates only servers on the same network can talk to it.
+`routes_ipv4_externally` and `routes_ipv6_externally` are boolean fields to
+help handle `routes_externally` in the case where a network has a split stack
+with different values for IPv4 and IPv6. Either entry, if not given, defaults
+to the value of `routes_externally`.
+
`default_interface` is a boolean field that indicates that the network is the
one that programs should use. It defaults to false. An example of needing to
use this value is a cloud with two private networks, and where a user is