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

daemon: Always enable net.ipv6.conf.all.disable_ipv6=0 for now #544

Merged
merged 1 commit into from
Apr 14, 2017

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented Apr 13, 2017

Docker <17.05 has an issue which causes IPv6 to be disabled in the initns for all
interface (moby/libnetwork#1720)

Signed-off-by: Thomas Graf thomas@cilium.io

Docker <17.05 has an issue which causes IPv6 to be disabled in the initns for all
interface (moby/libnetwork#1720)

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf added kind/bug This is a bug in the Cilium logic. pending-review labels Apr 13, 2017
@tgraf tgraf requested review from borkmann and aanm April 13, 2017 23:51
@aanm
Copy link
Member

aanm commented Apr 13, 2017

Add a line in daemon/daemon.go:257

	log.Info("Setting sysctl net.ipv4.conf.all.rp_filter=0)
+	log.Info("Setting net.ipv6.conf.all.disable_ipv6=0)

@aanm aanm merged commit 19e0ed1 into master Apr 14, 2017
@aanm aanm deleted the disable_ip6_sysctl branch April 14, 2017 00:29
@tgraf tgraf mentioned this pull request Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is a bug in the Cilium logic.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants