aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/processing/jobs/initiate_tasks_job.c
Commit message (Collapse)AuthorAgeFilesLines
* ikev2: Immediately initiate queued tasks after establishing rekeyed IKE_SAMartin Willi2015-03-181-0/+96
If additional tasks get queued before/while rekeying an IKE_SA, these get migrated to the new IKE_SA. We previously did not trigger initiation of these tasks, though, leaving the task unexecuted until a new task gets queued.