Don't queue delete_ike_sa job when setting IKE_DELETING.
This avoids deleting IKE_SAs during reauthentication (without trying to reestablish them).
This commit is contained in:
@@ -135,7 +135,7 @@ METHOD(task_t, build_r, status_t,
|
||||
|
||||
if (this->simultaneous)
|
||||
{
|
||||
/* wait for peer's response for our delete request, but set a timeout */
|
||||
/* wait for peer's response for our delete request */
|
||||
return SUCCESS;
|
||||
}
|
||||
if (!this->rekeyed)
|
||||
|
||||
Reference in New Issue
Block a user