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

Set IPv6 related sysctls, if at least one IPv6 CIDR is set on any interfaces #69

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

TothFerenc
Copy link
Contributor

What type of PR is this?

feature

What does this PR give to us:

DANM takes care of IPv6 related sysctls before CNIs are invoked.

Which issue(s) this PR fixes:

Fixes #68

Special notes for your reviewer:

Tested with ipvlan inside VMs.

Does this PR introduce a user-facing change?:

None.

pkg/metacni/metacni.go Outdated Show resolved Hide resolved
pkg/metacni/metacni.go Show resolved Hide resolved
pkg/metacni/metacni.go Outdated Show resolved Hide resolved
pkg/metacni/metacni.go Outdated Show resolved Hide resolved
pkg/metacni/metacni.go Show resolved Hide resolved
@TothFerenc TothFerenc force-pushed the ipv6-sysctl branch 2 times, most recently from 87b11fa to 3b46e30 Compare April 4, 2019 11:58
@TothFerenc
Copy link
Contributor Author

The code has been refactored heavily. Please review it again, thanks!

@Levovar
Copy link
Collaborator

Levovar commented Apr 4, 2019

Looks cool!

Except that I just now realized that we prob should have returned from an asynch thread after the first error... all this time :)

I guess better late than never

@Levovar Levovar merged commit 2506b0c into nokia:master Apr 5, 2019
@TothFerenc TothFerenc deleted the ipv6-sysctl branch April 5, 2019 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPv6 does not work because IPv6 is disabled in Pod's network namespace
2 participants