summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-12 17:00:53 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-12 17:00:53 +0000
commitbcd1f32916a37d3f63074d2a3129925e61e43e65 (patch)
tree0fdbfd453d619c7d7b73b6ce1adf3bcb3e59fede
parent8e0e25dfbafc28374bb76cdd748881eaaa353103 (diff)
add pkttype and 802_3
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 28e54cf..2127996 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /usr/bin/make
-EXT_FUNC+=nat arp ip standard log redirect vlan mark_m mark
+EXT_FUNC+=802_3 nat arp ip standard log redirect vlan mark_m mark pkttype
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)