aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-09-21 08:41:41 +0200
committerTobias Brunner <tobias@strongswan.org>2012-09-21 18:16:27 +0200
commit4a025539efff1335a00bfb8d3ad1af8b9f196a44 (patch)
treef58d5c4f9fb25eea560b78dba99fc662ad58e682
parente811cf152ad0b83cd6a5451d0e60779aeb75a6ba (diff)
downloadstrongswan-4a025539efff1335a00bfb8d3ad1af8b9f196a44.tar.bz2
strongswan-4a025539efff1335a00bfb8d3ad1af8b9f196a44.tar.xz
NEWS about kernel interface changes
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b2b6f3e3..e207dd6c6 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,17 @@ strongswan-5.0.1
- Multiple connections can now share a single address pool when they use the
same definition in one of the rightsourceip pools.
+- The options charon.interfaces_ignore and charon.interfaces_use allow one to
+ configure the network interfaces used by the daemon.
+
+- The kernel-netlink plugin supports the charon.install_virtual_ip_on option,
+ which specifies the interface on which virtual IP addresses will be installed.
+ If it is not specified the current behavior of using the outbound interface
+ is preserved.
+
+- The kernel-netlink plugin tries to keep the current source address when
+ looking for valid routes to reach other hosts.
+
- The autotools build has been migrated to use a config.h header. strongSwan
development headers will get installed during "make install" if
--with-dev-headers has been passed to ./configure.