commit | 1aff64715edb8565e99337b842d814d636641b50 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Aug 28 17:00:12 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Aug 28 18:14:30 2017 +0200 |
tree | 8f80e1393cecea031f7c6da6c41ed0c747309910 | |
parent | d11dd6cdc3883f3c74f841f4d40dfe57c0b9756c [diff] |
netfilter: rt: account for tcp header size too This needs to accout for the ipv4/ipv6 header size and the tcp header without options. Fixes: 6b5dc98e8fac0 ("netfilter: rt: add support to fetch path mss") Reported-by: Matteo Croce <technoboy85@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>