aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-09-10 17:24:21 +0200
committerTobias Brunner <tobias@strongswan.org>2012-09-10 17:37:18 +0200
commitf4cc7ea11b742dbd97b380b4aee032b38a6c00cf (patch)
tree62ee6537bd0bb8e9ab518ace0499c0b7a36462a2 /src/starter
parentc51af950b1ede996ca5f04c1f5a425527a00227f (diff)
downloadstrongswan-f4cc7ea11b742dbd97b380b4aee032b38a6c00cf.tar.bz2
strongswan-f4cc7ea11b742dbd97b380b4aee032b38a6c00cf.tar.xz
Add uniqueids=never to ignore INITIAL_CONTACT notifies
With uniqueids=no the daemon still deletes any existing IKE_SA with the same peer if an INITIAL_CONTACT notify is received. With this new option it also ignores these notifies.
Diffstat (limited to 'src/starter')
-rw-r--r--src/starter/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/args.c b/src/starter/args.c
index eb25b2abb..2416960bd 100644
--- a/src/starter/args.c
+++ b/src/starter/args.c
@@ -61,6 +61,7 @@ static const char *LST_unique[] = {
"yes",
"replace",
"keep",
+ "never",
NULL
};