act_nat: the checksum of ICMP doesn't have pseudo header
commit65412a7bcdc5b0ff3b5a9ced6747e834276d0605
authorChangli Gao <xiaosuo@gmail.com>
Thu, 29 Jul 2010 14:04:18 +0000 (29 14:04 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:41:52 +0000 (26 16:41 -0700)
tree9cb6a3fb1e12a8023549917935c6c7968c99bbd1
parent5ed2fa21d26c73ea6b262e8df2fdc50b4fadc5dc
act_nat: the checksum of ICMP doesn't have pseudo header

[ Upstream commit 3a3dfb062c2e086c202d34f09ce29634515ad256 ]

after updating the value of the ICMP payload, inet_proto_csum_replace4() should
be called with zero pseudohdr.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sched/act_nat.c