[Bug 279850] wireguard: wg(8) fails on INET6-only kernel
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279850 --- Comment #6 from Lexi Winter <[email protected]> --- 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.