Skip to content

Commit

Permalink
Update internal/app/machined/pkg/controllers/kubespan/manager.go
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sharshakov <[email protected]>
  • Loading branch information
dsseng authored Jan 15, 2025
1 parent 457d1d4 commit c7bc9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/machined/pkg/controllers/kubespan/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ func (ctrl *ManagerController) Run(ctx context.Context, r controller.Runtime, lo

if err = safe.WriterModify(ctx, r, runtime.NewKernelParamSpec(
runtime.NamespaceName,
kernel.Sysctl+"."+"net.ipv4.conf."+constants.KubeSpanLinkName+".src_valid_mark",
kernel.Sysctl+".net.ipv4.conf."+constants.KubeSpanLinkName+".src_valid_mark",
), func(res *runtime.KernelParamSpec) error {
res.TypedSpec().Value = "1"

Expand Down

0 comments on commit c7bc9a4

Please sign in to comment.