aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/args.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 10:18:29 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 10:18:29 +0200
commit8143f109148089f7006f18d70fcc576b42344cc6 (patch)
treef4cc3f384621970bf223a46ae680013b8140e660 /src/starter/args.c
parentb8520ad50d53b8f81f9c358d75717b6e59a06cd2 (diff)
downloadstrongswan-8143f109148089f7006f18d70fcc576b42344cc6.tar.bz2
strongswan-8143f109148089f7006f18d70fcc576b42344cc6.tar.xz
introduced xauth_identity keyword
Diffstat (limited to 'src/starter/args.c')
-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 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 },