summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2021-06-10 11:24:15 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-07-08 21:19:14 +0200
commite6ad4d8d9c9273f226ec9a993b64fccfb50bdf4c (patch)
tree230b18e5fbc47aa8367f6b2f0bd24993e77747c0 /NEWS
parent355fef6f2ccbcf78797b938421cb4cef9b59af13 (diff)
downloadopenvswitch-e6ad4d8d9c9273f226ec9a993b64fccfb50bdf4c.tar.gz
conntrack: Document all-zero IP SNAT behavior and add a test case.
Currently, conntrack in the kernel has an undocumented feature referred to as all-zero IP address SNAT. Basically, when a source port collision is detected during the commit, the source port will be translated to an ephemeral port. If there is no collision, no SNAT is performed. This patchset documents this behavior and adds a self-test to verify it's not changing. In addition, a datapath feature flag is added for the all-zero IP SNAT case. This will help applications on top of OVS, like OVN, to determine this feature can be used. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Aaron Conole <aconole@redhat.com> Acked-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Alin-Gabriel Serdean <aserdean@ovn.org> Acked-by: Paolo Valerio <pvalerio@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dddd57fc2..33adec490 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ Post-v2.15.0
- ovsdb-tool:
* New option '--election-timer' to the 'create-cluster' command to set the
leader election timer during cluster creation.
+ - OVS now reports the datapath capability 'ct_zero_snat', which reflects
+ whether the SNAT with all-zero IP address is supported.
+ See ovs-vswitchd.conf.db(5) for details.
v2.15.0 - 15 Feb 2021