kernel-libipsec: Use separate class to route packets between charon, libipsec and TUN device

This commit is contained in:
Tobias Brunner
2013-06-21 17:03:21 +02:00
parent 554c4276a5
commit 7045defbff
4 changed files with 188 additions and 74 deletions
@@ -14,7 +14,8 @@ endif
libstrongswan_kernel_libipsec_la_SOURCES = \
kernel_libipsec_plugin.h kernel_libipsec_plugin.c \
kernel_libipsec_ipsec.h kernel_libipsec_ipsec.c
kernel_libipsec_ipsec.h kernel_libipsec_ipsec.c \
kernel_libipsec_router.h kernel_libipsec_router.c
libstrongswan_kernel_libipsec_la_LIBADD = $(top_builddir)/src/libipsec/libipsec.la