From: Phil Sutter <phil@nwl.cc>
To: Fernando Fernandez Mancera <fmancera@suse.de>
Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH nft v3] src: add connlimit stateful object support
Date: Wed, 26 Nov 2025 17:35:53 +0100 [thread overview]
Message-ID: <aScsaQxELgnDDzHp@orbyte.nwl.cc> (raw)
In-Reply-To: <20251124173557.4345-1-fmancera@suse.de>
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>
Thanks, Phil
prev parent reply other threads:[~2025-11-26 16:35 UTC|newest]
Thread overview: 2+ 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 [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=aScsaQxELgnDDzHp@orbyte.nwl.cc \
--to=phil@nwl.cc \
--cc=coreteam@netfilter.org \
--cc=fmancera@suse.de \
--cc=netfilter-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).