Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 16:13:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 279850] wireguard: wg(8) fails on INET6-only kernel
Message-ID:  <bug-279850-7501-RibABDF6rC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279850-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279850-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279850

crest@rlwinm.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crest@rlwinm.de

--- Comment #2 from crest@rlwinm.de ---
>From running `truss wg` on a system with IPv4 support in the kernel and a
single unconfigured WireGuard interface it looks like the socket is used at
least for the SIOCGIFGMEMB and SIOCGWG:

ioctl(3,SIOCGIFGMEMB,0x1...)             =3D 0 (0x0)
ioctl(3,SIOCGIFGMEMB,0x1...)             =3D 0 (0x0)
ioctl(3,SIOCGWG,0x1...)                  =3D 0 (0x0)
ioctl(3,SIOCGWG,0x1...)                  =3D 0 (0x0)

Are those ioctl()s available on AF_UNIX and AF_INET6 sockets or only on AF_=
INET
sockets?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279850-7501-RibABDF6rC>