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_owner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_owner.c') diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index 2931102..027f538 100644 --- a/extensions/libipt_owner.c +++ b/extensions/libipt_owner.c @@ -204,6 +204,7 @@ struct iptables_match owner "owner", NETFILTER_VERSION, sizeof(struct ipt_owner_info), + sizeof(struct ipt_owner_info), &help, &init, &parse, -- cgit v1.2.3