Skip to content

Commit

Permalink
Fix kernel parameter for IPv6 forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Sep 5, 2021
1 parent 943c40b commit 58fb267
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 58fb267

Please sign in to comment.