summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Karis <ak.karis@gmail.com>2022-03-02 14:40:05 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-05-04 16:30:21 +0200
commite8515c8cc082964f7611e6f03300e614b9b8eaca (patch)
tree5580898aff959d682b6d75213e4314664001bbf4 /NEWS
parentaf864cedb0c893bad0c54b7f7f6a73627965b358 (diff)
downloadopenvswitch-e8515c8cc082964f7611e6f03300e614b9b8eaca.tar.gz
ovs-monitor-ipsec: Allow custom options per tunnel.
Tunnels in LibreSwan and OpenSwan allow for many options to be set on a per tunnel basis. Pass through any options starting with ipsec_ to the connection in the configuration file. Administrators are responsible for picking valid key/value pairs. Signed-off-by: Andreas Karis <ak.karis@gmail.com> Acked-by: Mike Pattrick <mkp@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 1e107340f..eece0d0b2 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ Post-v2.17.0
OpenFlow versions 1.0-1.2 with Nicira Extensions
OpenFlow versions 1.3 with Open Network Foundation extension
OpenFlow versions 1.4+, as defined in the OpenFlow specification
+ - IPsec:
+ * Added support for custom per-tunnel options via 'options:ipsec_*' knobs.
+ See Documentation/tutorials/ipsec.rst for details.
- Windows:
* Conntrack support for TCPv6, UDPv6, ICMPv6, FTPv6.
* IPv6 Geneve tunnel support.