]> git.ipfire.org Git - thirdparty/nftables.git/commit
rt: add path mtu support
authorFlorian Westphal <fw@strlen.de>
Tue, 4 Jul 2017 22:54:27 +0000 (00:54 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 22 Aug 2017 21:51:08 +0000 (23:51 +0200)
commit444ac7bee1452cdf59ec44400db210423052d109
tree3b9d1b9952b78652e4b9342cb037899acf87a258
parent0c0b2452bc3c96cf3db09eb8cbf62778a2fd8f6c
rt: add path mtu support

Only use case is to allow similar behaviour to iptables
TCPMSS --clamp-mss-to-pmtu, by combining this with exthdr statement:

tcp option maxseg size set rt mtu

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.xml
include/linux/netfilter/nf_tables.h
src/parser_bison.y
src/rt.c