* [patch] iptables fix for bug 568
@ 2009-01-22 7:53 Peter Volkov
0 siblings, 0 replies; only message in thread
From: Peter Volkov @ 2009-01-22 7:53 UTC (permalink / raw)
To: netfilter
[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]
Hello, guys. Please, review attached patch. It should fix:
http://bugzilla.netfilter.org/show_bug.cgi?id=568
At least it did for me with testcase user provided in our bugzilla:
https://bugs.gentoo.org/show_bug.cgi?id=254496
--
Peter.
[-- Attachment #1.2: iptables-1.4.2-hashlimit.patch --]
[-- Type: text/x-patch, Size: 674 bytes --]
Author: pva@gentoo.org
Fixes bug http://bugs.gentoo.org/show_bug.cgi?id=254496
=== modified file 'extensions/libxt_hashlimit.c'
--- extensions/libxt_hashlimit.c 2009-01-21 18:23:22 +0000
+++ extensions/libxt_hashlimit.c 2009-01-21 18:23:32 +0000
@@ -636,7 +636,7 @@
if (info->cfg.max != 0)
printf("--hashlimit-htable-max %u ", info->cfg.max);
if (info->cfg.gc_interval != XT_HASHLIMIT_GCINTERVAL)
- printf("--hashlimit-htable-gcinterval %u", info->cfg.gc_interval);
+ printf("--hashlimit-htable-gcinterval %u ", info->cfg.gc_interval);
if (info->cfg.expire != XT_HASHLIMIT_EXPIRE)
printf("--hashlimit-htable-expire %u ", info->cfg.expire);
[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-22 7:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 7:53 [patch] iptables fix for bug 568 Peter Volkov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.