Raise alerts when enforcing IKE_SA unique policy

This commit is contained in:
Martin Willi
2012-12-19 10:40:32 +01:00
parent 5dd9c3087f
commit c794455666
4 changed files with 7 additions and 0 deletions
+4
View File
@@ -111,6 +111,10 @@ enum alert_t {
ALERT_PROPOSAL_MISMATCH_IKE,
/** CHILD proposals do not match, argument is linked_list_t of proposal_t */
ALERT_PROPOSAL_MISMATCH_CHILD,
/** IKE_SA deleted because of "replace" unique policy, no argument */
ALERT_UNIQUE_REPLACE,
/** IKE_SA deleted because of "keep" unique policy, no arguement */
ALERT_UNIQUE_KEEP,
};
/**