diff options
author | Florian Westphal <fw@strlen.de> | 2023-10-06 11:28:47 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-10-10 16:34:28 +0200 |
commit | 6ac9c51eebe8209f58fd71f51c856184136b8613 (patch) | |
tree | 3e3496446d27071988e3d2242c9a85e9de68cd0d /net/ipv4/tcp_output.c | |
parent | 8a23f4ab92f9b7f258ca28cce2e34b80f56ab9d1 (diff) | |
download | linux-6ac9c51eebe8209f58fd71f51c856184136b8613.tar.gz linux-6ac9c51eebe8209f58fd71f51c856184136b8613.tar.bz2 linux-6ac9c51eebe8209f58fd71f51c856184136b8613.zip |
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>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions