summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_udp.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-04-19 11:26:44 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-04-19 11:26:44 +0000
commitedf14cf4b5edb148d7473f067d95e7bd1316900b (patch)
tree5c6df990222b87d25481330240b940f2ab362d49 /extensions/libipt_udp.c
parent01059cb18bc4837ed45b668e1c6598a0a1c8c6af (diff)
Changes to allow matching (for delete) on part of a rule, for rules which
change in the kernel (eg. ipt_limit).
Diffstat (limited to 'extensions/libipt_udp.c')
-rw-r--r--extensions/libipt_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libipt_udp.c b/extensions/libipt_udp.c
index 603a4860..507937b1 100644
--- a/extensions/libipt_udp.c
+++ b/extensions/libipt_udp.c
@@ -236,6 +236,7 @@ struct iptables_match udp
"udp",
NETFILTER_VERSION,
sizeof(struct ipt_udp),
+ sizeof(struct ipt_udp),
&help,
&init,
&parse,