-
Notifications
You must be signed in to change notification settings - Fork 25
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
OVN_Kubernetes IPv6 support #241
base: devel
Are you sure you want to change the base?
Conversation
🤖 Created branch: z_pr241/aswinsuryan/ovn-ipv6 |
678068d
to
fe1db31
Compare
The OVNKubernetes handler programs network policies and routes to direct traffic from | ||
the gateway and non-gateway nodes to direct the traffic to the remote cluster. | ||
At present the routes are only programmed for IPv4 for addresses. We need to enhance | ||
this to support IPV6 addresses as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does OVN_handler also need to be changed to support IPV6/dual-stack?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IPV6 host networking rules needs to be added similar to other CNI, IIUC , it is covered in the main proposal. Should we add it here?
Signed-off-by: Aswin Suryanarayanan <[email protected]>
OVN_Kubernetes IPv6 support