diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-02-08 15:11:20 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-02-08 15:11:20 +0100 |
commit | 0394bbf58c9ab57e59d1c44c06955f25b7f16f17 (patch) | |
tree | 5635aa7ad652cee89ddd66a1f83cffe5a6a8724b /src/libcharon/sa/task.c | |
parent | e9d13476cb8439bd18e4032e5cc6fd595c63326c (diff) | |
parent | 2f6ec15dff0495773c8dd616f6f7b594d09336ad (diff) | |
download | strongswan-0394bbf58c9ab57e59d1c44c06955f25b7f16f17.tar.bz2 strongswan-0394bbf58c9ab57e59d1c44c06955f25b7f16f17.tar.xz |
Merge branch 'mid-sync'
Adds support for handling IKEV2_MESSAGE_ID_SYNC notifies as responder
(usually the original initiator) as defined in RFC 6311. Some HA solutions
use these notifies to set the new IKEv2 message IDs after a failover event.
Diffstat (limited to 'src/libcharon/sa/task.c')
-rw-r--r-- | src/libcharon/sa/task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/sa/task.c b/src/libcharon/sa/task.c index 405eda66b..30de08c9b 100644 --- a/src/libcharon/sa/task.c +++ b/src/libcharon/sa/task.c @@ -30,6 +30,7 @@ ENUM(task_type_names, TASK_IKE_INIT, TASK_ISAKMP_CERT_POST, "IKE_REAUTH_COMPLETE", "IKE_REDIRECT", "IKE_VERIFY_PEER_CERT", + "IKE_MID_SYNC", "IKE_DELETE", "IKE_DPD", "IKE_VENDOR", |