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
@@ -124,6 +124,8 @@ enum alert_t {
|
||||
ALERT_UNIQUE_REPLACE,
|
||||
/** IKE_SA deleted because of "keep" unique policy, no arguement */
|
||||
ALERT_UNIQUE_KEEP,
|
||||
/** IKE_SA kept on failed child SA establishment, no argument */
|
||||
ALERT_KEEP_ON_CHILD_SA_FAILURE,
|
||||
/** allocating virtual IP failed, linked_list_t of host_t requested */
|
||||
ALERT_VIP_FAILURE,
|
||||
/** an authorize() hook failed, no argument */
|
||||
|
||||
Reference in New Issue
Block a user