From f4cc7ea11b742dbd97b380b4aee032b38a6c00cf Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 10 Sep 2012 17:24:21 +0200 Subject: 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. --- src/starter/args.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/starter/args.c') 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 }; -- cgit v1.2.3