From edf14cf4b5edb148d7473f067d95e7bd1316900b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 19 Apr 2000 11:26:44 +0000 Subject: Changes to allow matching (for delete) on part of a rule, for rules which change in the kernel (eg. ipt_limit). --- extensions/libipt_limit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_limit.c') diff --git a/extensions/libipt_limit.c b/extensions/libipt_limit.c index b6cc74f2..822109bf 100644 --- a/extensions/libipt_limit.c +++ b/extensions/libipt_limit.c @@ -181,6 +181,7 @@ struct iptables_match limit "limit", NETFILTER_VERSION, sizeof(struct ipt_rateinfo), + offsetof(struct ipt_rateinfo, prev), &help, &init, &parse, -- cgit v1.2.3