Re: [PATCH 1/7] ipvs: adjust the debug info in function set_tcp_state

2020-10-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 22 Oct 2020 19:29:19 +0200 you wrote: > From: "longguang.yue" > > Outputting client,virtual,dst addresses info when tcp state changes, > which makes the connection debug more clear > > Signed-off-by: longguang.yue >

[PATCH 1/7] ipvs: adjust the debug info in function set_tcp_state

2020-10-22 Thread Pablo Neira Ayuso
From: "longguang.yue" Outputting client,virtual,dst addresses info when tcp state changes, which makes the connection debug more clear Signed-off-by: longguang.yue Acked-by: Julian Anastasov Signed-off-by: Pablo Neira Ayuso --- net/netfilter/ipvs/ip_vs_proto_tcp.c | 10 ++ 1 file cha