From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Phil Sutter <phil@nwl.cc>,
Fernando Fernandez Mancera <fmancera@suse.de>,
netfilter-devel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH nft v3] src: add connlimit stateful object support
Date: Thu, 20 Aug 2026 00:18:11 +0200 [thread overview]
Message-ID: <aoYroy95PDpVGwWH@chamomile> (raw)
In-Reply-To: <aScsaQxELgnDDzHp@orbyte.nwl.cc>
On Wed, Nov 26, 2025 at 05:35:53PM +0100, Phil Sutter wrote:
> On Mon, Nov 24, 2025 at 06:35:57PM +0100, Fernando Fernandez Mancera wrote:
> > Add support for "ct count" stateful object. E.g
> >
> > table ip mytable {
> > ct count ssh-connlimit { until 4 }
> > ct count http-connlimit { over 1000 }
> > chain mychain {
> > type filter hook input priority filter; policy accept;
> > ct count name tcp dport map { 22 : "ssh-connlimit", 80 : "http-connlimit" } meta mark set 0x1
> > }
> > }
> >
> > The kernel code has been there for a long time but never used.
> >
> > Signed-off-by: Fernando Fernandez Mancera <fmancera@suse.de>
>
> Reviewed-by: Phil Sutter <phil@nwl.cc>
I have applied this patch that has been around for a while.
JFR: I had to make a minor rebase on top of main.
prev parent reply other threads:[~2026-08-19 22:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 17:35 [PATCH nft v3] src: add connlimit stateful object support Fernando Fernandez Mancera
2025-11-26 16:35 ` Phil Sutter
2026-08-19 22:18 ` Pablo Neira Ayuso [this message]
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=aoYroy95PDpVGwWH@chamomile \
--to=pablo@netfilter.org \
--cc=coreteam@netfilter.org \
--cc=fmancera@suse.de \
--cc=netfilter-devel@vger.kernel.org \
--cc=phil@nwl.cc \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox