From: Ulrich Weber Date: Thu, 25 Oct 2012 05:34:45 +0000 (+0000) Subject: netfilter: nf_nat: don't check for port change on ICMP tuples X-Git-Tag: v3.7-rc4~5^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fe36a248ec3228f8e6507955d7ceb0432d2000;p=pandora-kernel.git netfilter: nf_nat: don't check for port change on ICMP tuples ICMP tuples have id in src and type/code in dst. So comparing src.u.all with dst.u.all will always fail here and ip_xfrm_me_harder() is called for every ICMP packet, even if there was no NAT. Signed-off-by: Ulrich Weber Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed