From bcd1f32916a37d3f63074d2a3129925e61e43e65 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 12 May 2003 17:00:53 +0000 Subject: add pkttype and 802_3 --- extensions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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) -- cgit v1.2.3