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
An unnecessary To4() here causes specifying a loadBalancerIP to fail always for ipv6.
To4()
loadBalancerIP
metallb version: v0.7.2
The text was updated successfully, but these errors were encountered:
No rush there is an issue in k8s as well (sigh...).
Sorry, something went wrong.
Thanks for the report! As you can tell, ipv6 support is not tested right now :(. I'm working on it, but I expect more gremlins like this are hiding in the code...
Fix for issue metallb#301
bd2fbc6
Remove a check for ipv4 to allow also ipv6 addresses.
Fix for issue #301
0677136
danderson
Successfully merging a pull request may close this issue.
An unnecessary
To4()
here causes specifying aloadBalancerIP
to fail always for ipv6.metallb version: v0.7.2
The text was updated successfully, but these errors were encountered: