]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: conntrack: prefer tcp_error_log to pr_debug
authorFlorian Westphal <fw@strlen.de>
Fri, 6 Oct 2023 09:28:47 +0000 (11:28 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 10 Oct 2023 14:34:28 +0000 (16:34 +0200)
commit6ac9c51eebe8209f58fd71f51c856184136b8613
tree3e3496446d27071988e3d2242c9a85e9de68cd0d
parent8a23f4ab92f9b7f258ca28cce2e34b80f56ab9d1
netfilter: conntrack: prefer tcp_error_log to pr_debug

pr_debug doesn't provide any information other than that a packet
did not match existing state but also was found to not create a new
connection.

Replaces this with tcp_error_log, which will also dump packets'
content so one can see if this is a stray FIN or RST.

Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_conntrack_proto_tcp.c