diff --git a/control/control_plane_core.go b/control/control_plane_core.go index ab84170c41..a7a6d9c34e 100644 --- a/control/control_plane_core.go +++ b/control/control_plane_core.go @@ -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