aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/kernel/kernel_net.c
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-38/+0
| | | | This moves hydra->kernel_interface to charon->kernel.
* kernel-interface: Return bool for kernel interface registrationThomas Egerer2015-11-101-3/+4
| | | | | | | | If the (un)registering of a kernel interface (net or ipsec) fails, the plugin loader will never know, since the appropriate functions always returns TRUE. By making the (un)register functions return a boolean value, the loader can detect a failure during initializing the kernel interface and abort charon startup if desired.
* Added kernel_ipsec/net plugin feature loading callbacksMartin Willi2011-10-141-0/+37