From fcbb2f45e58e4f2f22c2175c13fcc6025835a8f6 Mon Sep 17 00:00:00 2001 From: rusty 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_standard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_standard.c') diff --git a/extensions/libipt_standard.c b/extensions/libipt_standard.c index 9a746b2..c63669f 100644 --- a/extensions/libipt_standard.c +++ b/extensions/libipt_standard.c @@ -52,6 +52,7 @@ struct iptables_target standard "standard", NETFILTER_VERSION, sizeof(int), + sizeof(int), &help, &init, &parse, -- cgit v1.2.3