diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-15 10:18:29 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-15 10:18:29 +0200 |
commit | 8143f109148089f7006f18d70fcc576b42344cc6 (patch) | |
tree | f4cc3f384621970bf223a46ae680013b8140e660 /src/starter/args.c | |
parent | b8520ad50d53b8f81f9c358d75717b6e59a06cd2 (diff) | |
download | strongswan-8143f109148089f7006f18d70fcc576b42344cc6.tar.bz2 strongswan-8143f109148089f7006f18d70fcc576b42344cc6.tar.xz |
introduced xauth_identity keyword
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 ad9d5e485..26f3aaef4 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -230,6 +230,7 @@ static const token_info_t token_info[] = { ARG_TIME, offsetof(starter_conn_t, inactivity), NULL }, { ARG_MISC, 0, NULL /* KW_MODECONFIG */ }, { ARG_MISC, 0, NULL /* KW_XAUTH */ }, + { ARG_STR, offsetof(starter_conn_t, xauth_identity), NULL }, { ARG_ENUM, offsetof(starter_conn_t, me_mediation), LST_bool }, { ARG_STR, offsetof(starter_conn_t, me_mediated_by), NULL }, { ARG_STR, offsetof(starter_conn_t, me_peerid), NULL }, |