Added missing DPD task name
This commit is contained in:
@@ -89,13 +89,12 @@ enum task_type_t {
|
||||
TASK_ISAKMP_VENDOR,
|
||||
/** IKEv1 NAT detection */
|
||||
TASK_ISAKMP_NATD,
|
||||
/** IKEv1 DPD */
|
||||
TASK_ISAKMP_DPD,
|
||||
/** IKEv1 pre-authentication certificate handling */
|
||||
TASK_ISAKMP_CERT_PRE,
|
||||
/** IKEv1 post-authentication certificate handling */
|
||||
TASK_ISAKMP_CERT_POST,
|
||||
/** IKEv1 DPD */
|
||||
TASK_ISAKMP_DPD,
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user