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/tests/exchange_tests.h | |
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/tests/exchange_tests.h')
-rw-r--r-- | src/libcharon/tests/exchange_tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/tests/exchange_tests.h b/src/libcharon/tests/exchange_tests.h index 30086721f..6b35ea5e5 100644 --- a/src/libcharon/tests/exchange_tests.h +++ b/src/libcharon/tests/exchange_tests.h @@ -14,6 +14,7 @@ */ TEST_SUITE(ike_delete_suite_create) +TEST_SUITE(ike_mid_sync_suite_create) TEST_SUITE(ike_rekey_suite_create) TEST_SUITE(child_create_suite_create) TEST_SUITE(child_delete_suite_create) |