xt_connlimit 20070707 kernel
Yasuyuki KOZAKAI
yasuyuki.kozakai at toshiba.co.jp
Fri Jul 13 16:18:55 CEST 2007
Hi,
From: Jan Engelhardt <jengelh at computergmbh.de>
Date: Mon, 9 Jul 2007 17:38:52 +0200 (CEST)
> On Jul 9 2007 17:34, Patrick McHardy wrote:
> >>>Does it still make it into 2.6.23-rc1?
> >
> >> Yes, unless it fails during testing :)
> >
> >Speaking of which, could you resend the latest version of the
> >corresponding iptables patch please?
> >
> At your service!
>
> (Note the symlink, or how [sw]ould this be done?)
>
>
> Thanks,
> Jan
> ===
>
> Subject: Add connlimit to iptables.
>
> Signed-off-by: Jan Engelhardt <jengelh at gmx.de>
>
> ---
>
[...]
> +static __attribute__((constructor)) void libipt_connlimit_init(void)
> +{
> + register_match(&connlimit_reg);
> +}
JFYI: I've fixed compile error in the case of NO_SHARED_LIBS=1. The
function name for initialization needs to be _init, not
libipt_connlimit_init.
-- Yasuyuki Kozakai
More information about the netfilter-devel
mailing list