From: Julian Anastasov Date: Sun, 17 Oct 2010 13:29:40 +0000 (+0300) Subject: ipvs: fix CHECKSUM_PARTIAL for TUN method X-Git-Tag: v2.6.37-rc1~147^2~3^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4256f1aaa662697c1faa0984b7a698c2c8c57735;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed