add priority management for kernel policy

let ROUTED policies installed, until manuall removed
introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs
ike_sa_manager cleanups
This commit is contained in:
Martin Willi
2006-09-08 13:10:52 +00:00
parent 1239c6f40b
commit a095243f60
12 changed files with 256 additions and 221 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ static status_t execute(private_incoming_packet_job_t *this)
ike_sa_id->get_responder_spi(ike_sa_id));
if (message->get_request(message))
{
send_notify_response(this, message, INVALID_IKE_SPI);
/* TODO: send notify if we have NULL crypters,
* see todo in send_notify_response
send_notify_response(this, message, INVALID_IKE_SPI); */
}
ike_sa_id->destroy(ike_sa_id);
message->destroy(message);