You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This last case is working over IPv6, as gearmand is listening on IPv6 only.
I dug a little bit and it seems like the issue originates during the address/port splitting in add_server() in common/utils.c.
My question now is: Would you accept a patch where the function is extended to properly parse IPv6 addresses specified within square brackets (i.e [::1]:4730)?
The text was updated successfully, but these errors were encountered:
Sure, a PR is always welcome. But we are in the process of migrating
the tools around the neb module to go, so there is a check_gearman included over here:
I tried using check_gearman against a server running with IPv6 only but I have been unsuccessful when using an IPv6 literal:
When I use a hostname, it works fine:
This last case is working over IPv6, as gearmand is listening on IPv6 only.
I dug a little bit and it seems like the issue originates during the address/port splitting in add_server() in common/utils.c.
My question now is: Would you accept a patch where the function is extended to properly parse IPv6 addresses specified within square brackets (i.e
[::1]:4730
)?The text was updated successfully, but these errors were encountered: