mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
More cluster framework fixes for BroControl.
This commit is contained in:
parent
3c7f7d571c
commit
5245e6596c
6 changed files with 15 additions and 14 deletions
|
@ -62,9 +62,6 @@ export {
|
|||
const node = getenv("CLUSTER_NODE") &redef;
|
||||
}
|
||||
|
||||
# Give the node being started up it's peer name.
|
||||
redef peer_description = Cluster::node;
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
if ( node != "" && node !in nodes )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue