Date: Sat, 12 Oct 2024 02:54:50 +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-STTZtIkD8e@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 --- Comment #6 from Lexi Winter <lexi.freebsd@le-fay.org> --- update! this is caused by having IPv4 addresses in wireguard AllowedIPs while the kernel does not have "options INET". e.g. this will panic: AllowedIPs =3D 0.0.0.0/0, ::/0 while this works fine: AllowedIPs =3D ::/0 --=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-STTZtIkD8e>