ike-redirect: Add task to redirect active IKE_SAs

This commit is contained in:
Tobias Brunner
2016-03-04 16:02:59 +01:00
parent f5a9025ce9
commit 0840385b27
7 changed files with 220 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ enum task_type_t {
TASK_IKE_REAUTH,
/** completion task for make-before-break IKE_SA re-authentication */
TASK_IKE_REAUTH_COMPLETE,
/** redirect an active IKE_SA */
TASK_IKE_REDIRECT,
/** delete an IKE_SA */
TASK_IKE_DELETE,
/** liveness check */