diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-06 12:02:12 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-06 12:02:12 +0000 |
commit | 7ad634a2ef1469c452adb73d6a05938c2300c99f (patch) | |
tree | f060fd01f380dc78b95eb316e4b0ad3a186c36ec /NEWS | |
parent | d9f129eb1d0ede2db81c05973463c302abbea37a (diff) | |
download | strongswan-7ad634a2ef1469c452adb73d6a05938c2300c99f.tar.bz2 strongswan-7ad634a2ef1469c452adb73d6a05938c2300c99f.tar.xz |
tolerate DNS lookup failures
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +strongswan-4.1.5 +---------------- + +- If a DNS lookup failure occurs when resolving right=%<FQDN> + or right=<FQDN> combined with rightallowany=yes then the + connection is not updated by ipsec starter thus preventing + the disruption of an active IPsec connection. Only if the DNS + lookup successfully returns with a changed IP address the + corresponding connection definition is updated. + + strongswan-4.1.4 ---------------- |