Raise an alert if IKE SA is kept
This alert is raised when the establishment of a child SA fails but the IKE SA is kept.
This commit is contained in:
committed by
Tobias Brunner
parent
a7409773e6
commit
ba8b28b67f
@@ -989,6 +989,7 @@ static void handle_child_sa_failure(private_child_create_t *this,
|
||||
else
|
||||
{
|
||||
DBG1(DBG_IKE, "failed to establish CHILD_SA, keeping IKE_SA");
|
||||
charon->bus->alert(charon->bus, ALERT_KEEP_ON_CHILD_SA_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user