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_TOS.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libipt_TOS.c') diff --git a/extensions/libipt_TOS.c b/extensions/libipt_TOS.c index f01fc264..ed599005 100644 --- a/extensions/libipt_TOS.c +++ b/extensions/libipt_TOS.c @@ -158,6 +158,7 @@ struct iptables_target tos "TOS", NETFILTER_VERSION, sizeof(struct ipt_tos_target_info), + sizeof(struct ipt_tos_target_info), &help, &init, &parse, -- cgit v1.2.3