netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fernando Fernandez Mancera <ffmancera@riseup.net>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nft v3] src: add synproxy stateful object support
Date: Tue, 10 Sep 2019 22:50:08 +0200	[thread overview]
Message-ID: <02871f53-d3f6-6aff-5a1a-063f19c4a32e@riseup.net> (raw)
In-Reply-To: <20190910204914.gimmpiuie74ouftg@salvia>

Hi,

On 9/10/19 10:49 PM, Pablo Neira Ayuso wrote:
> On Sun, Sep 08, 2019 at 09:37:21PM +0200, Fernando Fernandez Mancera wrote:
>> Add support for "synproxy" stateful object. For example (for TCP port 80 and
>> using maps with saddr):
>>
>> table ip foo {
>> 	synproxy https-synproxy {
>> 		mss 1460
>> 		wscale 7
>> 		timestamp sack-perm
>> 	}
>>
>> 	synproxy other-synproxy {
>> 		mss 1460
>> 		wscale 5
>> 	}
>>
>> 	chain bar {
>> 		tcp dport 80 synproxy name "https-synproxy"
>> 		synproxy name ip saddr map { 192.168.1.0/24 : "https-synproxy", 192.168.2.0/24 : "other-synproxy" }
>> 	}
>> }
> 
> Nice. Could you also add some tests for tests/py?
> 
> Thanks.
> 

Sure, thanks Pablo.

      reply	other threads:[~2019-09-10 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-08 19:37 [PATCH nft v3] src: add synproxy stateful object support Fernando Fernandez Mancera
2019-09-10 20:49 ` Pablo Neira Ayuso
2019-09-10 20:50   ` Fernando Fernandez Mancera [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=02871f53-d3f6-6aff-5a1a-063f19c4a32e@riseup.net \
    --to=ffmancera@riseup.net \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@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 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).