]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit01e8c3217d603c981bc978808367f11e71260143
treed62aa99af2e68d0d2ac1191af6f402aafa25ffce
parent325144d0736dadb7e83d3d95ffc4d30218374a19
[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