commit | 0fb96701376874c9f1f80322f89a5bf4457c709f | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Sep 11 11:27:01 2007 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 11 11:27:01 2007 +0200 |
tree | d62aa99af2e68d0d2ac1191af6f402aafa25ffce | |
parent | 66eb50d5c972cc16df2be730497b7f06d75d8132 [diff] |
[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>