From e93c68ba0d8c188e573ec6b18343baa775355dfd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 6 Jun 2007 13:37:43 +0000 Subject: [PATCH] _updown inserts routes only if a sourceip is defined --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 9c64e6001..3b2a2e441 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +strongswan-4.1.4 +---------------- + +- The pluto IKEv1 daemon now exhibits the same behaviour as its + IKEv2 companion charon by inserting an explicit route via the + _updown script only if a sourceip exists. This is admissible + since routing through the IPsec tunnel is handled automatically + by NETKEY's IPsec policies.. + + strongswan-4.1.3 ----------------