diff options
author | Martin Willi <martin@strongswan.org> | 2006-07-05 10:53:20 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-07-05 10:53:20 +0000 |
commit | 3dd3c5f39e57ef2f402870136579f7478a4eba34 (patch) | |
tree | 7438497060efb7eafe2eb866930adc5026a171d4 /src/charon/testing/generator_test.c | |
parent | b12af2ead628521c8c55638b4f1eedc311864435 (diff) | |
download | strongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.bz2 strongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.xz |
redesigned IKE_SA using a transaction mechanism:
removed old state machine
reimplemented IKE_SA setup and delete
implemented dead peer detection
implemented keep-alives
a lot of fixes
no rekeying yet
Diffstat (limited to 'src/charon/testing/generator_test.c')
-rw-r--r-- | src/charon/testing/generator_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/testing/generator_test.c b/src/charon/testing/generator_test.c index b557b5880..d68cdb593 100644 --- a/src/charon/testing/generator_test.c +++ b/src/charon/testing/generator_test.c @@ -709,7 +709,7 @@ void test_generator_with_notify_payload(protected_tester_t *tester) notification_data.len = strlen(notification_data.ptr); notify_payload->set_protocol_id(notify_payload,255); - notify_payload->set_notify_message_type(notify_payload,63333); /* Hex F765 */ + notify_payload->set_notify_type(notify_payload,63333); /* Hex F765 */ notify_payload->set_spi(notify_payload, 0x31323334); notify_payload->set_notification_data(notify_payload,notification_data); |