Implemented aggressive mode using Phase 1 helper class

This commit is contained in:
Martin Willi
2012-03-20 17:31:33 +01:00
parent b4bd875612
commit ee325b555f
5 changed files with 683 additions and 0 deletions
+2
View File
@@ -71,6 +71,8 @@ enum task_type_t {
TASK_CHILD_REKEY,
/** IKEv1 main mode */
TASK_MAIN_MODE,
/** IKEv1 aggressive mode */
TASK_AGGRESSIVE_MODE,
/** IKEv1 informational exchange */
TASK_INFORMATIONAL,
/** IKEv1 delete using an informational */