From: Andreas Steffen Date: Fri, 11 Mar 2016 10:31:02 +0000 (+0100) Subject: Updated NEWS X-Git-Tag: 5.4.0rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bebccf987620f806ad6a4c6f7a0e60f053e4e24c;p=thirdparty%2Fstrongswan.git Updated NEWS --- diff --git a/NEWS b/NEWS index 1d69cd8220..8de6cac4ec 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,14 @@ strongswan-5.4.0 The port range must map to a port mask, though since the kernel does not support arbitrary ranges. +- The vici plugin allows the configuration of IPv4 and IPv6 address ranges + in local and remote traffic selectors. Since both the Linux kernel and + iptables cannot handle arbitrary ranges, address ranges are mapped to the next + larger CIDR subnet by the kernel-netlink and updown plugins, respectively. + +- Implemented IKEv1 IPv4/IPv6 address subnet and range identities that can be + used as owners of shared secrets. + strongswan-5.3.5 ----------------