[NETFILTER]: Clear GSO bits for TCP reset packet
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 Feb 2007 20:32:58 +0000 (12:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2007 20:32:58 +0000 (12:32 -0800)
The TCP reset packet is copied from the original.  This
includes all the GSO bits which do not apply to the new
packet.  So we should clear those bits.

Spotted by Patrick McHardy.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found