mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
NetControl: fix several small logging issues
forgotten messages are only logged on the manager (or standalone host) now. Logs are not written by default anymore when Bro encounters traffic that should have been blocked.
This commit is contained in:
parent
296c5611ec
commit
2f74825785
2 changed files with 17 additions and 0 deletions
|
@ -20,6 +20,7 @@ redef Cluster::nodes = {
|
|||
redef Log::default_rotation_interval = 0secs;
|
||||
|
||||
@load base/frameworks/netcontrol
|
||||
redef NetControl::catch_release_warn_blocked_ip_encountered = T;
|
||||
|
||||
global ready_for_data_1: event();
|
||||
global ready_for_data_2: event();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue