handling of CHILD_SA rekeying collisions

This commit is contained in:
Martin Willi
2007-03-21 09:25:36 +00:00
parent 403f8fd300
commit 195ada0b4b
6 changed files with 175 additions and 47 deletions
+2
View File
@@ -128,6 +128,8 @@ static void process_payloads(private_child_delete_t *this, message_t *message)
"but no such SA", protocol_id_names, protocol, ntohl(*spi));
continue;
}
DBG2(DBG_IKE, "received DELETE for %N CHILD_SA with SPI 0x%x",
protocol_id_names, protocol, ntohl(*spi));
switch (child_sa->get_state(child_sa))
{