Require xt_CONNMARK and define its kernel config values

This commit is contained in:
Quentin McGaw
2026-02-28 15:13:23 +00:00
parent bfc8136bc9
commit 594b1db98b
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func (c *Config) AcceptOutputPublicOnlyNewTraffic(ctx context.Context) error {
}
kernelErr := checkKernelModulesAreOK(c.modules.nfConntrack,
c.modules.xtConntrack, c.modules.xtConnmark)
c.modules.xtConntrack, c.modules.xtConnmark, c.modules.xtCONNMARK)
err = c.runIptablesInstructionsNoSave(ctx, ipv4Instructions)
if err != nil {