Add a lookip plugin stub to lookup connections by virtual IP

This commit is contained in:
Martin Willi
2012-10-24 11:43:33 +02:00
parent a19d591388
commit e0d7c1eda7
5 changed files with 129 additions and 0 deletions
+7
View File
@@ -484,6 +484,13 @@ if MONOLITHIC
endif
endif
if USE_LOOKIP
SUBDIRS += plugins/lookip
if MONOLITHIC
libcharon_la_LIBADD += plugins/lookip/libstrongswan-lookip.la
endif
endif
if USE_CERTEXPIRE
SUBDIRS += plugins/certexpire
if MONOLITHIC