ikev2: Add task to handle IKEV2_MESSAGE_ID_SYNC notifies as responder

This commit is contained in:
Tobias Brunner
2017-02-08 15:03:25 +01:00
parent 347c403cf6
commit 5ab59221d2
7 changed files with 343 additions and 0 deletions
+2
View File
@@ -61,6 +61,8 @@ enum task_type_t {
TASK_IKE_REDIRECT,
/** verify a peer's certificate */
TASK_IKE_VERIFY_PEER_CERT,
/** synchronize message IDs, RFC6311 */
TASK_IKE_MID_SYNC,
/** delete an IKE_SA */
TASK_IKE_DELETE,
/** liveness check */