replaced ipsec up %startall command by start_action job

This commit is contained in:
Andreas Steffen
2011-02-09 22:27:04 +01:00
parent 5ca559cfce
commit f04d1c2dfe
7 changed files with 157 additions and 66 deletions
+4
View File
@@ -34,6 +34,7 @@
#include <library.h>
#include <config/proposal.h>
#include <kernel/kernel_handler.h>
#include <processing/jobs/start_action_job.h>
typedef struct private_daemon_t private_daemon_t;
@@ -246,6 +247,9 @@ METHOD(daemon_t, initialize, bool,
return FALSE;
}
/* Queue start_action job */
lib->processor->queue_job(lib->processor, (job_t*)start_action_job_create());
#ifdef ME
this->public.connect_manager = connect_manager_create();
if (this->public.connect_manager == NULL)