From: Javier Valencia <jvalencia@log01.org>
To: netfilter-devel@lists.netfilter.org
Subject: random match on linux-2.6
Date: Sat, 16 Apr 2005 21:55:10 +0100 [thread overview]
Message-ID: <42617BAE.2040805@log01.org> (raw)
I've seen that it's not available on 2.6, but it's just the same in both
kernels, copied contents of ...random/linux to ...random/linux-2.6, and
worked fine. I don't know if you already know that.
enigma ~ # uname -a
Linux enigma 2.6.11-gentoo-r4 #2 Tue Mar 29 23:30:54 WEST 2005 i686
Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux
enigma ~ # iptables -A INPUT -p icmp -m random --average 30 -j DROP
enigma ~ # iptables --list -v -n
Chain INPUT (policy ACCEPT 190K packets, 77M bytes)
pkts bytes target prot opt in out source
destination
0 0 DROP icmp -- * * 0.0.0.0/0
0.0.0.0/0 random 30%
next reply other threads:[~2005-04-16 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-16 20:55 Javier Valencia [this message]
2005-04-17 19:54 ` random match on linux-2.6 Jonas Berlin
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=42617BAE.2040805@log01.org \
--to=jvalencia@log01.org \
--cc=netfilter-devel@lists.netfilter.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.