[Bug 279850] wireguard: wg(8) fails on INET6-only kernel

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279850

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
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...)             = 0 (0x0)
ioctl(3,SIOCGIFGMEMB,0x1...)             = 0 (0x0)
ioctl(3,SIOCGWG,0x1...)                  = 0 (0x0)
ioctl(3,SIOCGWG,0x1...)                  = 0 (0x0)

Are those ioctl()s available on AF_UNIX and AF_INET6 sockets or only on AF_INET
sockets?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.