diff options
author | Martin Willi <martin@strongswan.org> | 2006-12-19 07:30:07 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-12-19 07:30:07 +0000 |
commit | 6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77 (patch) | |
tree | 4938eac185daf23e490cd8e5893a6a5dcbfbb79c /src/starter/args.c | |
parent | 4986554f1a30d70ccb0d060be77367119561a383 (diff) | |
download | strongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.bz2 strongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.xz |
implemented reauthentication using the new reauth=yes|no parameter
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index a784ac032..d689a40fd 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -190,6 +190,7 @@ static const token_info_t token_info[] = { ARG_ULNG, offsetof(starter_conn_t, sa_keying_tries), NULL }, { ARG_PCNT, offsetof(starter_conn_t, sa_rekey_fuzz), NULL }, { ARG_MISC, 0, NULL /* KW_REKEY */ }, + { ARG_MISC, 0, NULL /* KW_REAUTH */ }, { ARG_STR, offsetof(starter_conn_t, ike), NULL }, { ARG_STR, offsetof(starter_conn_t, esp), NULL }, { ARG_STR, offsetof(starter_conn_t, pfsgroup), LST_pfsgroup }, |