We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?:
feature request in a sense that IPv6 sysctl support is missing, but it can be a bug, because IPv6 support is broken
What happened:
CNIs fail to set IPv6 address(es) on interfaces, because IPv6 is disabled (sysctl: disable_ipv6=1) in the Pod's network namespace.
disable_ipv6=1
What you expected to happen:
IPv6 should work as desired.
How to reproduce it:
Simple DanmNet+Pod definition which requests IPv6 on at least one interface.
Anything else we need to know?:
DANM should take care of IPv6 related sysctls before CNIs are invoked.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a BUG REPORT or FEATURE REQUEST?:
feature request in a sense that IPv6 sysctl support is missing,
but it can be a bug, because IPv6 support is broken
What happened:
CNIs fail to set IPv6 address(es) on interfaces, because IPv6 is disabled (sysctl:
disable_ipv6=1
) in the Pod's network namespace.What you expected to happen:
IPv6 should work as desired.
How to reproduce it:
Simple DanmNet+Pod definition which requests IPv6 on at least one interface.
Anything else we need to know?:
DANM should take care of IPv6 related sysctls before CNIs are invoked.
The text was updated successfully, but these errors were encountered: