mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
d3cbedaa8e
When multiple IPs trigger the same rule simultaneously, they were sharing the same check_keys value (only rule ID), causing the manager to abort all but the first execution. Changed the key to include both rule_id and srcip to make it unique per source IP, allowing multiple simultaneous blocks while still preventing duplicate blocks of the same IP. Fixes #4738