kernel-libipsec: Add support to send/receive raw ESP packets
This is currently only supported on Linux and with the appropriate permissions. Since it's experimental, it's disabled by default. The log messages for each sent and received ESP message are logged in NET like the ones in the socket-default plugin for UDP-encapsulated messages.
This commit is contained in:
@@ -15,7 +15,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_router.h kernel_libipsec_router.c
|
||||
kernel_libipsec_router.h kernel_libipsec_router.c \
|
||||
kernel_libipsec_esp_handler.h kernel_libipsec_esp_handler.c
|
||||
|
||||
libstrongswan_kernel_libipsec_la_LIBADD = $(top_builddir)/src/libipsec/libipsec.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user