Added missing DPD task name
This commit is contained in:
@@ -46,6 +46,7 @@ ENUM(task_type_names, TASK_IKE_INIT, TASK_ISAKMP_CERT_POST,
|
||||
"QUICK_DELETE",
|
||||
"ISAKMP_VENDOR",
|
||||
"ISAKMP_NATD",
|
||||
"ISAKMP_DPD",
|
||||
"ISAKMP_CERT_PRE",
|
||||
"ISAKMP_CERT_POST",
|
||||
);
|
||||
|
||||
@@ -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