Added a farp plugin stop to spoof ARP requests

This commit is contained in:
Martin Willi
2010-03-25 14:39:32 +01:00
parent 2d097a0b57
commit 0d7b48a388
5 changed files with 119 additions and 0 deletions
+8
View File
@@ -205,6 +205,14 @@ if MONOLITHIC
endif
endif
if USE_FARP
SUBDIRS += plugins/farp
PLUGINS += farp
if MONOLITHIC
libcharon_la_LIBADD += plugins/farp/libstrongswan-farp.la
endif
endif
if USE_STROKE
SUBDIRS += plugins/stroke
PLUGINS += stroke