https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279850
cr...@rlwinm.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cr...@rlwinm.de --- Comment #2 from cr...@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...) = 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.