Skip to content

Commit

Permalink
Set net.ipv6.conf.all.forwarding=1 for lan only
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Apr 14, 2024
1 parent 89a0596 commit dcfaa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/control_plane_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func (c *controlPlaneCore) bindLan(ifname string, autoConfigKernelParameter bool
if autoConfigKernelParameter {
SetSendRedirects(ifname, "0")
SetForwarding(ifname, "1")
SetForwarding("all", "1")
}
if err := c._bindLan(ifname); err != nil {
var notFoundErr netlink.LinkNotFoundError
Expand Down

0 comments on commit dcfaa1e

Please sign in to comment.