summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-10-20 16:18:25 +0200
committerMonty Taylor <mordred@inaugust.com>2017-10-21 19:04:30 +0000
commit162a7a59fd11d9b269772a7b3cb0d5282865eb8f (patch)
treefa5ef11c6b9e1302f845c2b3d17fdd3120d560f5 /releasenotes
parent9c243d40061fbb6051c1682ff0c34b7fa574e4f1 (diff)
downloados-client-config-162a7a59fd11d9b269772a7b3cb0d5282865eb8f.tar.gz
Added nat_source flag for networks.
In some more complex clouds there can not only be more than one valid network on a server that NAT can attach to, there can also be more than one valid network from which to get a NAT address. Allow flagging a network so that it can be found. Change-Id: I3d8dd6d734a1013d2d4a43e11c3538c3a345820b
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml b/releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml
new file mode 100644
index 0000000..3341c9f
--- /dev/null
+++ b/releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - Added nat_source flag for networks. In some more complex clouds there
+ can not only be more than one valid network on a server that NAT can
+ attach to, there can also be more than one valid network from which to
+ get a NAT address. Allow flagging a network so that it can be found.