cloudflare / cloudflare/boringtun
Boringtun won't start if IPv6 is disabled
Open
bug
- Dominant language
- Rust
- Stars
- 7.2k
- Forks
- 532
- PR merge metrics
- No merged PRs in 30d
Description
When running boringtun on a system where IPv6 is disabled, I get:
`Socket("Address family not supported by protocol")`
and the process exits.
Strace indicates that the reason is indeed IPv6 socket creation:
`socket(AF_INET6, SOCK_DGRAM, IPPROTO_IP) = -1 EAFNOSUPPORT (Address family not supported by protocol)`
Contributor guide
Assessment
This issue has not been assessed yet.