[NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages
authorPatrick McHardy <kaber@trash.net>
Tue, 11 Sep 2007 09:27:01 +0000 (11:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Sep 2007 09:27:01 +0000 (11:27 +0200)
commit0fb96701376874c9f1f80322f89a5bf4457c709f
treed62aa99af2e68d0d2ac1191af6f402aafa25ffce
parent66eb50d5c972cc16df2be730497b7f06d75d8132
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c