using same reqid if a child sa rekeys an existing one

This commit is contained in:
Martin Willi
2006-06-12 08:36:41 +00:00
parent fec9cb332f
commit 50f98119dd
7 changed files with 37 additions and 20 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ void test_child_sa(protected_tester_t *tester)
remote_me = host_create(AF_INET, "192.168.0.3", 0);
remote_other = host_create(AF_INET, "192.168.0.4", 0);
local_sa = child_sa_create(local_me, local_other, 5, 10);
remote_sa = child_sa_create(remote_me, remote_other, 5, 10);
local_sa = child_sa_create(0, local_me, local_other, 5, 10);
remote_sa = child_sa_create(0, remote_me, remote_other, 5, 10);
proposal1 = proposal_create(PROTO_ESP);
proposal1->add_algorithm(proposal1, ENCRYPTION_ALGORITHM, ENCR_AES_CBC, 16);