From e8515c8cc082964f7611e6f03300e614b9b8eaca Mon Sep 17 00:00:00 2001 From: Andreas Karis Date: Wed, 2 Mar 2022 14:40:05 +0100 Subject: 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 Acked-by: Mike Pattrick Signed-off-by: Ilya Maximets --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1