[NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtu
authorJan Engelhardt <jengelh@computergmbh.de>
Thu, 31 Jan 2008 12:06:10 +0000 (04:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:42 +0000 (19:27 -0800)
The TCPMSS target in Xtables should consider the MTU of the reverse
route on forwarded packets as part of the path MTU.

Point in case: IN=ppp0, OUT=eth0. MSS set to 1460 in spite of MTU of
ppp0 being 1392.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found