From: Patrick McHardy Date: Tue, 11 Sep 2007 09:27:01 +0000 (+0200) Subject: [NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages X-Git-Tag: v2.6.23-rc7~100^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb96701376874c9f1f80322f89a5bf4457c709f;p=pandora-kernel.git [NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages Since we're now using a generic tuple decoding function in ICMP connection tracking, ipv4_get_l4proto() might get called with a fragmented packet from within an ICMP error. Remove the error message we used to print when this happens. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed