starter: Add an 'ah' keyword for Authentication Header Security Associations

This commit is contained in:
Martin Willi
2013-10-11 10:15:20 +02:00
parent 4524e128f8
commit a07b97e804
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -161,6 +161,7 @@ static const token_info_t token_info[] =
{ 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, ah), NULL },
{ ARG_TIME, offsetof(starter_conn_t, dpd_delay), NULL },
{ ARG_TIME, offsetof(starter_conn_t, dpd_timeout), NULL },
{ ARG_ENUM, offsetof(starter_conn_t, dpd_action), LST_dpd_action },