From 7f9095ff347b3015068e32cf71336837cf33e2d7 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 2 Nov 2003 16:37:07 +0000 Subject: *** empty log message *** --- userspace/ebtables2/ChangeLog | 4 ++++ userspace/ebtables2/extensions/ebt_limit.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'userspace') diff --git a/userspace/ebtables2/ChangeLog b/userspace/ebtables2/ChangeLog index 030349a..d52160e 100644 --- a/userspace/ebtables2/ChangeLog +++ b/userspace/ebtables2/ChangeLog @@ -1,3 +1,7 @@ +20031102 + Since last entry: + * added arpreply and among modules + * added limit match 20030724 * added (automatic) Sparc64 support, thanks to Michael Bellion and Thomas Heinz from hipac.org for providing a test-box. diff --git a/userspace/ebtables2/extensions/ebt_limit.c b/userspace/ebtables2/extensions/ebt_limit.c index 02b8f77..bf322b8 100644 --- a/userspace/ebtables2/extensions/ebt_limit.c +++ b/userspace/ebtables2/extensions/ebt_limit.c @@ -144,7 +144,9 @@ static int parse(int c, char **argv, int argc, return 1; } -static void final_check(unsigned int flags) +static void final_check(const struct ebt_u_entry *entry, + const struct ebt_entry_match *match, const char *name, + unsigned int hookmask, unsigned int time) { /* empty */ } -- cgit v1.2.3