Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header_included_v6 is broken on BSD OSes #534

Closed
keithmattix opened this issue Oct 8, 2024 · 1 comment
Closed

header_included_v6 is broken on BSD OSes #534

keithmattix opened this issue Oct 8, 2024 · 1 comment

Comments

@keithmattix
Copy link
Contributor

Broken since #518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail. Happy to send a PR to exclude the function and tests from running on BSD operating systems

jjnicola added a commit to jjnicola/socket2 that referenced this issue Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
jjnicola added a commit to jjnicola/socket2 that referenced this issue Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
jjnicola added a commit to jjnicola/socket2 that referenced this issue Oct 15, 2024
Broken since rust-lang#518 - looks like BSD operating systems don't support IP_HDRINCL at the IPPROTO_IPV6 socket level like Linux and Windows; this is causing CI to fail.
@Thomasdezeeuw
Copy link
Collaborator

Fixed by #535.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants