mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update for renaming BroControl to ZeekControl.
This commit is contained in:
parent
6a726afed9
commit
89b8d6e7ba
8 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@ module Control;
|
|||
|
||||
export {
|
||||
## The topic prefix used for exchanging control messages via Broker.
|
||||
const topic_prefix = "bro/control";
|
||||
const topic_prefix = "zeek/control";
|
||||
|
||||
## Whether the controllee should call :zeek:see:`Broker::listen`.
|
||||
## In a cluster, this isn't needed since the setup process calls it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue