Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alert
The parameter indicates if the alert is raised upon failure to establish the first CHILD SA of an IKE SA.
This commit is contained in:
committed by
Tobias Brunner
parent
9ae6b507b9
commit
8262be3cdc
@@ -130,7 +130,8 @@ enum alert_t {
|
||||
ALERT_UNIQUE_REPLACE,
|
||||
/** IKE_SA deleted because of "keep" unique policy, no argument */
|
||||
ALERT_UNIQUE_KEEP,
|
||||
/** IKE_SA kept on failed child SA establishment, no argument */
|
||||
/** IKE_SA kept on failed child SA establishment, argument is an int (!=0 if
|
||||
* first child SA) */
|
||||
ALERT_KEEP_ON_CHILD_SA_FAILURE,
|
||||
/** allocating virtual IP failed, linked_list_t of host_t requested */
|
||||
ALERT_VIP_FAILURE,
|
||||
|
||||
Reference in New Issue
Block a user