Index | Thread | Search

From:
Lloyd <ng2d68@proton.me>
Subject:
Re: [patch] wireguard floods dmesg
To:
Claudio Jeker <cjeker@diehard.n-r-g.com>
Cc:
"tech@openbsd.org" <tech@openbsd.org>
Date:
Thu, 12 Dec 2024 20:53:03 +0000

Download raw body.

Thread
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