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

IPv6 does not work because IPv6 is disabled in Pod's network namespace #68

Closed
TothFerenc opened this issue Mar 28, 2019 · 0 comments · Fixed by #69
Closed

IPv6 does not work because IPv6 is disabled in Pod's network namespace #68

TothFerenc opened this issue Mar 28, 2019 · 0 comments · Fixed by #69
Labels
bug Something isn't working

Comments

@TothFerenc
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants