aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-03-11 11:31:02 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-03-11 11:31:02 +0100
commitbebccf987620f806ad6a4c6f7a0e60f053e4e24c (patch)
tree84bd93995c2d8fa740664adaa16e6a5dfeed75f2
parent8e3940f59c9fd49a4ce678241cad16a96fc7aa3f (diff)
downloadstrongswan-5.4.0rc1.tar.bz2
strongswan-5.4.0rc1.tar.xz
Updated NEWS5.4.0rc1
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d69cd822..8de6cac4e 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
----------------