All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pascal Hambourg <pascal.mail@plouf.fr.eu.org>
To: netfilter@vger.kernel.org
Subject: Re: Statistic module
Date: Wed, 28 Jan 2009 10:14:47 +0100	[thread overview]
Message-ID: <49802207.3080904@plouf.fr.eu.org> (raw)
In-Reply-To: <004e01c980e0$470aa780$d51ff680$@com>

Hello,

Barry A Rich a écrit :
> I'm working with an embedded system with the 2.6.19.2 kernel. I'd prefer not
> to upgrade the kernel at this time, but need features of the latest versions
> of iproute and iptables.

Usually the new features are actually in the kernel. Iptables and 
iproute are just upgraded to be able to use them.

> I built iptables-1.4.1.1 and iproute2-2.6.26 for
> this kernel. Everything seems to work except the following:
> 
> iptables -t mangle -A PREROUTING -p udp --sport 6970 -m statistic --mode nth
> --every 2 --packet 0 -j MARK --set-mark 1
> 
> It produces:
> 
> iptables: No chain/target/match by that name
> 
> I think it is not finding the statistic module.

The 'statistic' match was added in version 2.6.18 of the kernel. Maybe 
you didn't enable the related option (NETFILTER_XT_MATCH_STATISTIC) when 
configuring and building your kernel. Check your config file.

  reply	other threads:[~2009-01-28  9:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-28  0:35 Statistic module Barry A Rich
2009-01-28  9:14 ` Pascal Hambourg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-26 20:01 statistic module John Lister

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49802207.3080904@plouf.fr.eu.org \
    --to=pascal.mail@plouf.fr.eu.org \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.