summaryrefslogtreecommitdiff
path: root/doc/source/user/network-config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/network-config.rst')
-rw-r--r--doc/source/user/network-config.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/user/network-config.rst b/doc/source/user/network-config.rst
index 0957180..c07040e 100644
--- a/doc/source/user/network-config.rst
+++ b/doc/source/user/network-config.rst
@@ -58,3 +58,10 @@ by looking for a network that has subnets that have a gateway_ip. But it's
possible to have more than one network that satisfies that condition, so the
user might want to tell programs which one to pick. There can be only one
`nat_destination` per cloud.
+
+`nat_source` is a boolean field that indicates which network floating
+ips should be requested from. It defaults to false. Normally this can be
+inferred by looking for a network that is attached to a route. But it's
+possible to have more than one network that satisfies that condition, so the
+user might want to tell programs which one to pick. There can be only one
+`nat_source` per cloud.