[client] Remove rule squashing (#4653)

This commit is contained in:
Viktor Liu
2025-10-17 11:09:39 +02:00
committed by GitHub
parent af95aabb03
commit 3cdb10cde7
3 changed files with 3 additions and 641 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"