summaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/50-reverse-connect.patch
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-08-20 16:56:16 +0300
committerTimo Teras <timo.teras@iki.fi>2009-08-20 16:56:16 +0300
commit1444ddae645e1206190da7319a00413ffafd222b (patch)
treeef5fd5c37da3b76fcea8c3d502bed19bd8cdd315 /main/ipsec-tools/50-reverse-connect.patch
parent4e98045387e201785e1f16e3f91cc8ad905fe011 (diff)
downloadaports-1444ddae645e1206190da7319a00413ffafd222b.tar.bz2
aports-1444ddae645e1206190da7319a00413ffafd222b.tar.xz
main/ipsec-tools: bump up to 20080820 snapshot
remove patches merged upstream, minor fix to reverse-connect patch and add new "phase1 hints when rekeying" patch to help rekeying in some nat scenarios.
Diffstat (limited to 'main/ipsec-tools/50-reverse-connect.patch')
-rw-r--r--main/ipsec-tools/50-reverse-connect.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ipsec-tools/50-reverse-connect.patch b/main/ipsec-tools/50-reverse-connect.patch
index c49eae347..f29c3d509 100644
--- a/main/ipsec-tools/50-reverse-connect.patch
+++ b/main/ipsec-tools/50-reverse-connect.patch
@@ -125,9 +125,9 @@ index b33986f..9fd3817 100644
+ * to firewall or nat */
+ if (iph1->side == RESPONDER && p->side == INITIATOR &&
+ p->status < PHASE1ST_MSG3RECEIVED) {
++ /* Do not delete ph1, since if the node is not NATted,
++ * and we delete it we might get phase2's lost */
+ evt_list_move(&p->evt_listeners, &iph1->evt_listeners);
-+ remph1(p);
-+ delph1(p);
+ }
}
}