From: Julian Anastasov Date: Wed, 9 Feb 2011 00:26:38 +0000 (+0200) Subject: ipvs: remove extra lookups for ICMP packets X-Git-Tag: v2.6.39-rc1~468^2~182^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb90db502c5f276c8d6256762cc3acde4d3bd9d;p=pandora-kernel.git ipvs: remove extra lookups for ICMP packets Remove code that should not be called anymore. Now when ip_vs_out handles replies for local clients at LOCAL_IN hook we do not need to call conn_out_get and handle_response_icmp from ip_vs_in_icmp* because such lookups were already performed for the ICMP packet and no connection was found. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed