open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

[backend] add ipv6 support for workers

Open YukariChiba opened this issue 10 months ago • 3 comments

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)

YukariChiba avatar Apr 15 '24 07:04 YukariChiba

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

adrianschroeter avatar Apr 15 '24 07:04 adrianschroeter

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...)

mlschroe avatar May 02 '24 11:05 mlschroe

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.

YukariChiba avatar May 06 '24 10:05 YukariChiba

Thanks!

mlschroe avatar Jul 15 '24 12:07 mlschroe