tcp: fix parsing

This commit is contained in:
2026-05-14 15:34:12 +00:00
parent eb4b4f1644
commit bc25169f41
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func generateNftRules(local, rst bool, numQueues int) (*nftTableSpec, error) {
}
} else {
table.Chains = []nftChainSpec{
{Chain: "FORWARD", Header: "type filter hook forward priority filter; policy accept;"},
{Chain: "FORWARD", Header: "type filter hook forward priority mangle; policy accept;"},
}
}
for i := range table.Chains {