linux/net/netfilter
Julian Anastasov 4256f1aaa6 ipvs: fix CHECKSUM_PARTIAL for TUN method
The recent change in IP_VS_XMIT_TUNNEL to set
CHECKSUM_NONE is not correct. After adding IPIP header
skb->csum becomes invalid but the CHECKSUM_PARTIAL
case must be supported. So, use skb_forward_csum() which is
most suitable for us to allow local clients to send IPIP
to remote real server.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
2010-10-21 10:51:11 +02:00
..
2010-07-23 12:59:36 +02:00
2010-07-23 12:59:36 +02:00
2010-05-17 17:18:50 -07:00
2010-05-13 15:02:08 +02:00
2010-07-15 17:20:46 +02:00
2010-07-23 12:59:36 +02:00
2010-10-04 21:00:42 +02:00
2010-06-15 11:56:19 -07:00