-
Notifications
You must be signed in to change notification settings - Fork 445
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
IPv6 support in backend #895
Comments
This is really surprising in 2022, particularly as the communication is based on HTTP. I have an untested patch in https://github.com/laf0rge/open-build-service/tree/ipv6 but currently don't have a development setup with a "playground" OBS instance to test it. Maybe it can serve a s a basis if somebody wants to pick this up? |
I've got it already mostly running, it just needs some polishing. |
I think this can also be closed now that 6436640 is merged? |
Yes, right. Sorry. |
The backend is lacking IPv6 support.
By switching this to PF_INET6, and some sockaddr_in calls to pack_sockaddr_in6, it should be possible to offer both (as IPv4 connections get mapped onto v6 by way of ::ffff:x.y.z.a).
The text was updated successfully, but these errors were encountered: