kernel-wfp: Add a stub for a Windows Filtering Platform based IPsec backend

This commit is contained in:
Martin Willi
2014-06-04 16:32:05 +02:00
parent 893e8ceee3
commit 8d91eee3fc
7 changed files with 365 additions and 0 deletions
+7
View File
@@ -489,6 +489,13 @@ if MONOLITHIC
endif
endif
if USE_KERNEL_WFP
SUBDIRS += plugins/kernel_wfp
if MONOLITHIC
libcharon_la_LIBADD += plugins/kernel_wfp/libstrongswan-kernel-wfp.la
endif
endif
if USE_WHITELIST
SUBDIRS += plugins/whitelist
if MONOLITHIC