Hi Shyam, On 06/12, Shyam Prasad N wrote: ... snip ...
Hi Enzo, Attached the updated patch. Please review. I had to use kernel_getsockname to get socket source details, not kernel_getpeername. Here's what the new output looks like: IP addr: dst: 192.168.10.1:445, src: 192.168.10.12:57966
Yeah, I noticed I mixed src/dst when writing the email (was dealing with exactly this when I wrote it).
> seq_print(m, "IP: src=%pISpc, dest=%pISpc", &server->dstaddr, &src);
^ is also mixed up. Sorry for the confusion.