mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
NetControl: find_rules_subnet works in cluster mode
This introduces two new events, NetControl::rule_new and NetControl::rule_destroyed, which are raised when rules are first added and then deleted from the internal state tracking.
This commit is contained in:
parent
52d694f3bd
commit
6779325520
5 changed files with 78 additions and 8 deletions
|
@ -0,0 +1,4 @@
|
|||
Rule added, worker-1:2, 2
|
||||
Rule added, worker-1:3, 3
|
||||
1
|
||||
Rule destroyed, worker-1:3, 3, 0
|
Loading…
Add table
Add a link
Reference in a new issue