ikev2: Schedule a make-before-break completion task to delete old IKE_SA

This commit is contained in:
Martin Willi
2015-02-20 13:34:57 +01:00
parent 52bd3b8ef9
commit 3676023e54
8 changed files with 174 additions and 1 deletions
+3 -1
View File
@@ -53,8 +53,10 @@ enum task_type_t {
TASK_IKE_CONFIG,
/** rekey an IKE_SA */
TASK_IKE_REKEY,
/** reestablish a complete IKE_SA */
/** reestablish a complete IKE_SA, break-before-make */
TASK_IKE_REAUTH,
/** completion task for make-before-break IKE_SA re-authentication */
TASK_IKE_REAUTH_COMPLETE,
/** delete an IKE_SA */
TASK_IKE_DELETE,
/** liveness check */