summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2008-02-21 21:32:25 +0000
committerBart De Schuymer <bdschuym@pandora.be>2008-02-21 21:32:25 +0000
commit005837ee38584e53460a985a2932b23d03a51c3c (patch)
tree08f633141c94aef8000ead38ed6305244415f2a0 /extensions/Makefile
parentfbdebad3b9e87de6d983a96fd27620727c37027a (diff)
Kuo-Lang Tseng et al: add ipv6 support
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 731f5fa..4e65931 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /usr/bin/make
-EXT_FUNC+=802_3 nat arp arpreply ip standard log redirect vlan mark_m mark \
+EXT_FUNC+=802_3 nat arp arpreply ip ip6 standard log redirect vlan mark_m mark \
pkttype stp among limit ulog
EXT_TABLES+=filter nat broute
EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/ebt_$(T).o)