Added a "aggressive" ipsec.conf connection option

This commit is contained in:
Martin Willi
2012-03-20 17:31:34 +01:00
parent 830ab2ae7f
commit e129168ba6
7 changed files with 7 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@ static const token_info_t token_info[] =
{ ARG_MISC, 0, NULL /* KW_PFS */ },
{ ARG_MISC, 0, NULL /* KW_COMPRESS */ },
{ ARG_ENUM, offsetof(starter_conn_t, install_policy), LST_bool },
{ ARG_ENUM, offsetof(starter_conn_t, aggressive), LST_bool },
{ ARG_MISC, 0, NULL /* KW_AUTH */ },
{ ARG_MISC, 0, NULL /* KW_AUTHBY */ },
{ ARG_MISC, 0, NULL /* KW_EAP */ },