added XAUTH support

This commit is contained in:
Andreas Steffen
2006-12-05 23:13:02 +00:00
parent 928ed87800
commit 15b050c945
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -197,6 +197,7 @@ static const token_info_t token_info[] =
{ ARG_TIME, offsetof(starter_conn_t, dpd_timeout), NULL },
{ ARG_ENUM, offsetof(starter_conn_t, dpd_action), LST_dpd_action },
{ ARG_MISC, 0, NULL /* KW_MODECONFIG */ },
{ ARG_MISC, 0, NULL /* KW_XAUTH */ },
/* ca section keywords */
{ ARG_STR, offsetof(starter_ca_t, name), NULL },