Merge branch 'main' into ssh-rewrite

This commit is contained in:
Viktor Liu
2025-10-17 15:34:36 +02:00
62 changed files with 2401 additions and 976 deletions

View File

@@ -400,7 +400,6 @@ func transformIPsetName(ipsetName string, sPort, dPort *firewall.Port, action fi
return ""
}
// Include action in the ipset name to prevent squashing rules with different actions
actionSuffix := ""
if action == firewall.ActionDrop {
actionSuffix = "-drop"