Added an advanced duplicate checking plugin with liveness check of old SA

This commit is contained in:
Martin Willi
2011-02-28 15:37:18 +00:00
parent 8ce567e69e
commit 3e74ebbecc
7 changed files with 420 additions and 0 deletions
+7
View File
@@ -417,6 +417,13 @@ if MONOLITHIC
endif
endif
if USE_DUPLICHECK
SUBDIRS += plugins/duplicheck
if MONOLITHIC
libcharon_la_LIBADD += plugins/duplicheck/libstrongswan-duplicheck.la
endif
endif
if USE_UCI
SUBDIRS += plugins/uci
if MONOLITHIC