-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #4955
Labels
help wanted
Community: does anyone want to work on it?
type/enhancement
Type: make the code neat or more efficient
Comments
github-actions
bot
added
affects/none
PR/issue: this bug affects none version.
severity/none
Severity of bug
labels
Nov 29, 2022
We're very much in need |
HarrisChu
removed
severity/none
Severity of bug
affects/none
PR/issue: this bug affects none version.
labels
Dec 1, 2022
Hi, may I know is ipv6 supported already or not by Nebula? Thanks. |
As I recall it's not yet supported but this is mainly due to not many such requirements on it, are you interested in PR to support int? |
wey-gu
added a commit
to wey-gu/nebula
that referenced
this issue
Nov 29, 2023
close: vesoft-inc#4955 Now it should support dual stack for some friends in community. This roughly change is targeted to create a branch for their quick testing on IPv6 only env(that doesnt come with a DNS) Note intToIPv4 is not handled due to it's probabbly for metad of NebulaGraph v1 only.
@congguosn see #5775 for you, you could build and run from your env to see how it goes. |
Shishqa
pushed a commit
to Shishqa/nebula
that referenced
this issue
Aug 15, 2024
close: vesoft-inc#4955 Now it should support dual stack for some friends in community. This roughly change is targeted to create a branch for their quick testing on IPv6 only env(that doesnt come with a DNS) Note intToIPv4 is not handled due to it's probabbly for metad of NebulaGraph v1 only.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Community: does anyone want to work on it?
type/enhancement
Type: make the code neat or more efficient
Introduction
There are some users who require dualstack/ipv6
Contents
https://discuss.nebula-graph.com.cn/t/topic/11247/5
Related work
nebula/src/common/network/NetworkUtils.cpp
Line 74 in 5425036
The text was updated successfully, but these errors were encountered: