proper reauthentication:
IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool
This commit is contained in:
@@ -50,6 +50,8 @@ enum task_type_t {
|
||||
IKE_DEADPEER,
|
||||
/** rekey an IKE_SA */
|
||||
IKE_REKEY,
|
||||
/** reestablish a complete IKE_SA */
|
||||
IKE_REAUTH,
|
||||
/** delete an IKE_SA */
|
||||
IKE_DELETE,
|
||||
/** liveness check */
|
||||
|
||||
Reference in New Issue
Block a user