Isakmp_dpd task added.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:35 +01:00
parent 36c8169629
commit 3e6b740336
11 changed files with 446 additions and 9 deletions
Regular → Executable
+3
View File
@@ -93,6 +93,9 @@ enum task_type_t {
TASK_ISAKMP_CERT_PRE,
/** IKEv1 post-authentication certificate handling */
TASK_ISAKMP_CERT_POST,
/** IKEv1 DPD */
TASK_ISAKMP_DPD,
};
/**