kernel-libipsec: Router reads packets from multiple TUN devices

These devices are collected via kernel_listener_t interface.
This commit is contained in:
Tobias Brunner
2013-06-21 17:03:21 +02:00
parent 7045defbff
commit dcaf8d570c
4 changed files with 268 additions and 16 deletions
@@ -64,7 +64,7 @@ static bool create_router(private_kernel_libipsec_plugin_t *this,
}
else
{
this->router->destroy(this->router);
DESTROY_IF(this->router);
}
return TRUE;
}