mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Disable broker message forwarding by default
Still finding it to not be foolproof enough to enable generally for all nodes in a cluster. Specific/advanced use-cases may still consider enabling, possibly just for specific nodes.
This commit is contained in:
parent
ddcd7f3405
commit
c73bb8fdc4
5 changed files with 9 additions and 3 deletions
|
@ -28,6 +28,8 @@ global peer_count = 0;
|
|||
global peers_lost = 0;
|
||||
global fully_connected_nodes = 0;
|
||||
|
||||
redef Broker::forward_messages = T;
|
||||
|
||||
event forwarded_event()
|
||||
{
|
||||
print "got forwarded event";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue