Raise an alert if allocating virtual IPs fails

This commit is contained in:
Martin Willi
2012-12-19 10:40:33 +01:00
parent f285b9efc8
commit 45d6134218
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -122,6 +122,8 @@ enum alert_t {
ALERT_UNIQUE_REPLACE,
/** IKE_SA deleted because of "keep" unique policy, no arguement */
ALERT_UNIQUE_KEEP,
/** allocating virtual IP failed, linked_list_t of host_t requested */
ALERT_VIP_FAILURE,
};
/**