From: Lloyd Subject: Re: [patch] wireguard floods dmesg To: Claudio Jeker Cc: "tech@openbsd.org" Date: Thu, 12 Dec 2024 20:53:03 +0000 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