summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-07-17 20:09:58 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-07-17 20:09:58 +0000
commitba130ad0d55750902bc883774f9ae7e1e703fa90 (patch)
treee8d174bb22ed78b2991fadded76c0b61f0ef5ee3 /extensions
parent09441f7f71ec50ccfa5e9121135c1358c306a492 (diff)
add stp match
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 2127996..1021596 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /usr/bin/make
-EXT_FUNC+=802_3 nat arp ip standard log redirect vlan mark_m mark pkttype
+EXT_FUNC+=802_3 nat arp 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)