diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-09-25 07:56:58 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-09-25 07:56:58 +0000 |
commit | 507f26f685b83ced2b2cd51465ad426bf87f2da5 (patch) | |
tree | 456b6867954670978a0327ec1365bc716f645b7a /src/charon/daemon.c | |
parent | 80fc5bd95ca370844f3b5c32f84718ed51da283b (diff) | |
download | strongswan-507f26f685b83ced2b2cd51465ad426bf87f2da5.tar.bz2 strongswan-507f26f685b83ced2b2cd51465ad426bf87f2da5.tar.xz |
merging modularized kernel interface back to trunk
Diffstat (limited to 'src/charon/daemon.c')
-rw-r--r-- | src/charon/daemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charon/daemon.c b/src/charon/daemon.c index 127a15862..05da3c61c 100644 --- a/src/charon/daemon.c +++ b/src/charon/daemon.c @@ -366,6 +366,9 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[]) lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, lib->settings->get_str(lib->settings, "charon.load", PLUGINS)); + /* create the kernel interfaces */ + this->public.kernel_interface->create_interfaces(this->public.kernel_interface); + #ifdef INTEGRITY_TEST DBG1(DBG_DMN, "integrity test of libstrongswan code"); if (fips_verify_hmac_signature(hmac_key, hmac_signature)) |