From 097aed0f07d4fb6715a6c5b030c26f337d10e3a4 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 1 Jun 2003 16:41:01 +0000 Subject: *** empty log message *** --- userspace/ebtables2/ChangeLog | 11 +++++++++++ userspace/ebtables2/Makefile | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'userspace/ebtables2') diff --git a/userspace/ebtables2/ChangeLog b/userspace/ebtables2/ChangeLog index 67856e5..09c273f 100644 --- a/userspace/ebtables2/ChangeLog +++ b/userspace/ebtables2/ChangeLog @@ -1,3 +1,14 @@ +20030601 + * added --Lmac2 + * Chris Vitale: basic 802.3/802.2 filtering + (experimental, kernel files are in the CVS) + +20030503 + * added negative rule counter support + * bugfix: bcnt was not updated correctly + * Cedric Blancher: add ARP MAC + matching support + * added pkttype match 20030402 * fixed check bug in ebt_ip.c (report from joe_judge_at_guardium.com). diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile index bd16c78..75c2cc0 100644 --- a/userspace/ebtables2/Makefile +++ b/userspace/ebtables2/Makefile @@ -1,7 +1,7 @@ # ebtables Makefile PROGNAME:=ebtables -PROGVERSION:=2.0.3 +PROGVERSION:=2.0.4 PROGDATE:=April\ 2003 MANDIR?=/usr/local/man @@ -14,7 +14,7 @@ OBJECTS:=getethertype.o ebtables.o communication.o $(EXT_OBJS) KERNEL_INCLUDES?=include/ -ETHERTYPESPATH?=/etc/ +ETHERTYPESPATH?=/etc ETHERTYPESFILE:=$(ETHERTYPESPATH)/ethertypes BINPATH?=/sbin/ -- cgit v1.2.3