netfilter: xt_TCPMSS: Fix IPv6 default MSS too
authorPhil Oester <kernel@linuxace.com>
Wed, 12 Jun 2013 08:44:51 +0000 (10:44 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 12 Jun 2013 09:04:41 +0000 (11:04 +0200)
commit70d19f805f8c047fc0a28dec9306b3773971c8d9
tree9cd85b27999ef58f1679e64f2f88e4240ee4dc5c
parented82c437320c48a4032492f4a55a7e2c934158b6
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 <kernel@linuxace.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_TCPMSS.c