Re: [PATCH nf-next 0/4] netfilter: nftables: tcp mss mangling support

2017-08-19 Thread Pablo Neira Ayuso
On Tue, Aug 08, 2017 at 03:15:26PM +0200, Florian Westphal wrote: > This series adds the needed kernel parts to support tcp mss mangling. > First two patches rework exthdr so we don't have to copy-paste too much, > patch 3 adds tcp option mangling support. > > Last patch allows to retrieve path tc

[PATCH nf-next 0/4] netfilter: nftables: tcp mss mangling support

2017-08-08 Thread Florian Westphal
This series adds the needed kernel parts to support tcp mss mangling. First two patches rework exthdr so we don't have to copy-paste too much, patch 3 adds tcp option mangling support. Last patch allows to retrieve path tcpmss via rt expression, this is so we can support iptables TCPMSS --clamp-to