Download raw body.
[patch] wireguard floods dmesg
On Thursday, December 12th, 2024, Claudio Jeker wrote: > To print IPs there is inet_ntop() and sockaddr_ntop() and various example > are in the tree on how to use them. Thanks, I already explored this but couldn't get it to compile at the time. I assumed inet_ntop() wasn't available in kernel space - am I mistaken? Does the function have to be copied over? I saw similar code in pf which could also be used. Regards Lloyd
[patch] wireguard floods dmesg