ikev2: Schedule a make-before-break completion task to delete old IKE_SA
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user