ike: Also track initiating IKE_SAs as half-open
This commit is contained in:
@@ -1572,7 +1572,6 @@ METHOD(ike_sa_manager_t, checkin, void,
|
|||||||
put_half_open(this, entry);
|
put_half_open(this, entry);
|
||||||
}
|
}
|
||||||
else if (!entry->half_open &&
|
else if (!entry->half_open &&
|
||||||
!entry->ike_sa_id->is_initiator(entry->ike_sa_id) &&
|
|
||||||
ike_sa->get_state(ike_sa) == IKE_CONNECTING)
|
ike_sa->get_state(ike_sa) == IKE_CONNECTING)
|
||||||
{
|
{
|
||||||
/* this is a new half-open SA */
|
/* this is a new half-open SA */
|
||||||
|
|||||||
Reference in New Issue
Block a user