ike: Log remote IP when deleting half-open IKE_SAs
This commit is contained in:
@@ -93,7 +93,8 @@ METHOD(job_t, execute, job_requeue_t,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DBG1(DBG_JOB, "deleting half open IKE_SA after timeout");
|
DBG1(DBG_JOB, "deleting half open IKE_SA with %H after "
|
||||||
|
"timeout", ike_sa->get_other_host(ike_sa));
|
||||||
charon->bus->alert(charon->bus, ALERT_HALF_OPEN_TIMEOUT);
|
charon->bus->alert(charon->bus, ALERT_HALF_OPEN_TIMEOUT);
|
||||||
charon->ike_sa_manager->checkin_and_destroy(
|
charon->ike_sa_manager->checkin_and_destroy(
|
||||||
charon->ike_sa_manager, ike_sa);
|
charon->ike_sa_manager, ike_sa);
|
||||||
|
|||||||
Reference in New Issue
Block a user