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

[backend] add ipv6 support for workers #15985

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YukariChiba
Copy link

@YukariChiba YukariChiba commented Apr 15, 2024

Currently OBS does not support workers connected from IPv6.
This commit enables BSRPC to parse IPv6 hosts, which allows jobs to be dispatched via IPv6.

(Tested on self-hosted OBS instance for eweOS)

@github-actions github-actions bot added the Backend Things regarding the OBS backend label Apr 15, 2024
@adrianschroeter
Copy link
Member

thanks, but please add the [backend] tag in commit message

@saraycp saraycp changed the title add ipv6 support for workers [backend] add ipv6 support for workers Apr 15, 2024
@mlschroe
Copy link
Member

mlschroe commented May 2, 2024

Wouldn't you need to write IO::Socket::IP->join_addr? (But I don't think we really need this just to put the host in [] if it includes a : character...)

@YukariChiba YukariChiba force-pushed the ipv6 branch 2 times, most recently from c53db79 to 46e6ee4 Compare May 6, 2024 10:03
@YukariChiba
Copy link
Author

Wouldn't you need to write IO::Socket::IP->join_addr? (But I don't think we really need this just to put the host in [] if it includes a : character...)

Resolved. Now it's implemented without using IO::Socket::IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Things regarding the OBS backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants