Skip to content

Commit

Permalink
Merge pull request #12271 from hakman/fix_ipv6_forwarding
Browse files Browse the repository at this point in the history
Fix kernel parameter for IPv6 forwarding
  • Loading branch information
k8s-ci-robot committed Sep 5, 2021
2 parents 543e9c4 + 58fb267 commit 454d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/model/sysctls.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (b *SysctlBuilder) Build(c *fi.ModelBuilderContext) error {

if b.Cluster.Spec.IsIPv6Only() {
sysctls = append(sysctls,
"net.ipv6.ip_forward=1",
"net.ipv6.conf.all.forwarding=1",
"net.ipv6.conf.all.accept_ra=2",
"")
} else {
Expand Down

0 comments on commit 454d9c5

Please sign in to comment.