[Bug 279850] wireguard: wg(8) fails on INET6-only kernel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Oct 2024 02:54:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279850 --- 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 = 0.0.0.0/0, ::/0 while this works fine: AllowedIPs = ::/0 -- You are receiving this mail because: You are on the CC list for the bug.