From: Julian Anastasov Date: Sun, 17 Oct 2010 13:35:46 +0000 (+0300) Subject: ipvs: move ip_route_me_harder for ICMP X-Git-Tag: v2.6.37-rc1~147^2~3^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a41847acc535e2e2018e397b1876ba7577d9d9;p=pandora-kernel.git ipvs: move ip_route_me_harder for ICMP Currently, ip_route_me_harder after ip_vs_out_icmp is called even if packet is not related to IPVS connection. Move it into handle_response_icmp. Also, force rerouting if sending to local client because IPv4 stack uses addresses from the route. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed