[NETFILTER]: nf_nat: remove obsolete check for ICMP redirects
authorPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2008 09:15:50 +0000 (11:15 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2008 09:15:50 +0000 (11:15 +0200)
Locally generated ICMP packets have a reference to the conntrack entry
of the original packet manually attached by icmp_send(). Therefore the
check for locally originated untracked ICMP redirects can never be
true.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found