Skip to content
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

Need to support IPv6 on Windows Nodes #5162

Open
wenyingd opened this issue Jun 21, 2023 · 0 comments
Open

Need to support IPv6 on Windows Nodes #5162

wenyingd opened this issue Jun 21, 2023 · 0 comments
Labels
area/OS/windows Issues or PRs related to the Windows operating system. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@wenyingd
Copy link
Contributor

wenyingd commented Jun 21, 2023

Describe the problem/challenge you have

IPv6 is an import networking feature for container cluster. IPv6 only and dual-stack is supported on Linux for a long time. But it is not supported yet on Windows. This is limited from two factors: 1) Windows container network (HNS Network); 2) OVS. Windows OVS has supported IPv6 since 3.0, but HNS Network still has limitations (https://learn.microsoft.com/en-us/virtualization/windowscontainers/container-networking/architecture#unsupported-features-and-network-options)

Antrea need to support IPv6 and dual-stack on Windows Nodes.

Describe the solution you'd like

Anything else you would like to add?

@wenyingd wenyingd added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 21, 2023
@wenyingd wenyingd changed the title Support IPv6 on Windows Need to support IPv6 on Windows Nodes Jun 21, 2023
@wenyingd wenyingd added the area/OS/windows Issues or PRs related to the Windows operating system. label Jun 21, 2023
@antoninbas antoninbas added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/OS/windows Issues or PRs related to the Windows operating system. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

2 participants