-
Notifications
You must be signed in to change notification settings - Fork 42
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 #4
Comments
Seems like ipv6 is not supported on lib used for multi-group Raft |
I can trace through code in dragonboat to see if passing IPv6 string will work or not. |
Yep just verified seems like dragonboat won't allow IPv6, might have to open ticket here |
Closing issue since it's not something fixable within scope of this project. I've opened ticket on dragonboat side though: |
@maxpert where is the screenshot from? i.e. which dragonboat project and file? thanks for taking a look. |
@dvn0 yes this is from dragonboat project itself. We will need to make a contribution to dragonboat for Marmot to use it. |
Thanks @maxpert, but it would be more helpful to know exactly what module contained this, so I don't have to clone everything and walk through the methods. Anyway, that's what I did and tracked it down to here: https://github.com/lni/goutils/blob/master/stringutil/regex.go#L31 |
@dvn0 you are spot on. This is precisely the place I took snapshot from in my code. |
Doesn't seem to work with ipv6. That would be nice to have, and Go networking has pretty good support for it, in my experience. You have a lot of dependencies though, so hopefully there are no blockers.
Thanks for the useful project.
The text was updated successfully, but these errors were encountered: