From: Phil Oester Date: Wed, 12 Jun 2013 08:44:51 +0000 (+0200) Subject: netfilter: xt_TCPMSS: Fix IPv6 default MSS too X-Git-Tag: v3.10~13^2~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d19f805f8c047fc0a28dec9306b3773971c8d9;p=pandora-kernel.git netfilter: xt_TCPMSS: Fix IPv6 default MSS too As a followup to commit 409b545a ("netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option"), John Heffner points out that IPv6 has a higher MTU than IPv4, and thus a higher minimum MSS. Update TCPMSS target to account for this, and update RFC comment. While at it, point to more recent reference RFC1122 instead of RFC879. Signed-off-by: Phil Oester Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed