syncing of complete IKE/CHILD_SAs works

This commit is contained in:
Martin Willi
2010-04-07 13:55:11 +02:00
committed by Martin Willi
parent 7999be5b0e
commit c94fe198e9
8 changed files with 346 additions and 14 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ plugin_t *plugin_create()
}
this->cache = ha_sync_cache_create();
this->dispatcher = ha_sync_dispatcher_create(this->socket, this->cache);
this->ike = ha_sync_ike_create(this->socket);
this->child = ha_sync_child_create(this->socket);
this->ike = ha_sync_ike_create(this->socket, this->cache);
this->child = ha_sync_child_create(this->socket, this->cache);
charon->bus->add_listener(charon->bus, &this->ike->listener);
charon->bus->add_listener(charon->bus, &this->child->listener);