mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
ike-sa-manager: Log message when scheduling delete for reauthenticated IKE_SA
This commit is contained in:
parent
d98df236a9
commit
c163a53a3a
@ -2015,6 +2015,8 @@ static status_t enforce_replace(private_ike_sa_manager_t *this,
|
||||
* CHILD_SAs to keep connectivity up. */
|
||||
lib->scheduler->schedule_job(lib->scheduler, (job_t*)
|
||||
delete_ike_sa_job_create(duplicate->get_id(duplicate), TRUE), 10);
|
||||
DBG1(DBG_IKE, "schedule delete of duplicate IKE_SA for peer '%Y' due "
|
||||
"to uniqueness policy and suspected reauthentication", other);
|
||||
return SUCCESS;
|
||||
}
|
||||
DBG1(DBG_IKE, "deleting duplicate IKE_SA for peer '%Y' due to "
|
||||
|
Loading…
x
Reference in New Issue
Block a user