summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:23:11 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:23:11 +0000
commit1ff98bfe7edc90acc159ace88924369502e01c80 (patch)
tree163d74b5c90b0d449d3da08b85812d6dee39dc86
parentd63446e613c362d821da52f182461e25b8b2f44c (diff)
add arpreply
-rw-r--r--extensions/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 1021596..141bd60 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,7 @@
#! /usr/bin/make
-EXT_FUNC+=802_3 nat arp ip standard log redirect vlan mark_m mark pkttype stp
+EXT_FUNC+=802_3 nat arp arpreply ip standard log redirect vlan mark_m mark \
+ pkttype stp
EXT_TABLES+=filter nat broute
EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/ebt_$(T).o)
EXT_OBJS+=$(foreach T,$(EXT_TABLES), extensions/ebtable_$(T).o)