From: Patrick McHardy Date: Fri, 23 Dec 2011 13:01:03 +0000 (+0100) Subject: netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation() X-Git-Tag: v3.3-rc1~182^2~125^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cfb706cda2bacdecd6e5ab78a21456d28878c7;p=pandora-kernel.git netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation() The inner tuple that is extracted from the packet is unused. The code also doesn't have any useful side-effects like verifying the packet does contain enough data to extract the inner tuple since conntrack already does the same, so remove it. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed