-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add dual stack support #261
Comments
The plan for implementing this could be:
|
This was referenced Feb 6, 2024
Merged
denis-tingaikin
moved this from Under review
to Moved to next release
in Release v1.13.0
Apr 9, 2024
Integration Tests: networkservicemesh/integration-k8s-kind#1006 |
Seems like done. @edwarnicke FYI: Now we can use dual stack for vl3 networks. |
github-project-automation
bot
moved this from Moved to next release
to Done
in Release v1.13.0
Apr 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently vL3-endpoint only support single stack:
https://github.com/networkservicemesh/cmd-nse-vl3-vpp/blob/main/main.go#L551
It would be useful to add dualStack support.
For example, cmd-nse-icmp-responder already supports it:
https://github.com/networkservicemesh/cmd-nse-icmp-responder/blob/main/main.go#L208
The text was updated successfully, but these errors were encountered: