mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Merge branch 'master' of ssh://git.bro-ids.org/bro
Conflicts: scripts/base/frameworks/control/main.bro
This commit is contained in:
commit
d6a67f7c1f
17 changed files with 134 additions and 50 deletions
|
@ -67,7 +67,7 @@ event bro_init() &priority=9
|
|||
|
||||
if ( n$node_type == PROXY && me$proxy == i )
|
||||
Communication::nodes["proxy"] = [$host=nodes[i]$ip, $p=nodes[i]$p,
|
||||
$connect=T, $retry=1mins,
|
||||
$connect=T, $retry=1mins, $sync=T,
|
||||
$class=node];
|
||||
|
||||
if ( n$node_type == TIME_MACHINE && me?$time_machine && me$time_machine == i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue