From: Martin Willi Date: Tue, 10 Jan 2012 16:28:25 +0000 (+0100) Subject: Added missing DPD task name X-Git-Tag: 5.0.0~338^2~9^2~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=214d4e409049147aa6fa87c1e3f2aa5262a7e32b;p=thirdparty%2Fstrongswan.git Added missing DPD task name --- diff --git a/src/libcharon/sa/task.c b/src/libcharon/sa/task.c index 0c08a2874a..4336b23ff6 100644 --- a/src/libcharon/sa/task.c +++ b/src/libcharon/sa/task.c @@ -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", ); diff --git a/src/libcharon/sa/task.h b/src/libcharon/sa/task.h index 1b42bf1a45..255b9a3939 100755 --- a/src/libcharon/sa/task.h +++ b/src/libcharon/sa/task.h @@ -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, - }; /**