mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/zeekygen-disable-cluster-experimental'
* origin/topic/awelzel/zeekygen-disable-cluster-experimental: zeekygen: Disable Cluster::Experimental module
This commit is contained in:
commit
8d09a404f2
3 changed files with 10 additions and 1 deletions
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
|||
7.1.0-dev.816 | 2024-12-13 12:59:08 +0100
|
||||
|
||||
* zeekygen: Disable Cluster::Experimental module (Arne Welzel, Corelight)
|
||||
|
||||
The nodes-experimental/manager.zeek file ends up calling Broker::publish()
|
||||
unconditionally, resulting in a warning. Skip running that code when
|
||||
generating documentation.
|
||||
|
||||
7.1.0-dev.814 | 2024-12-13 10:57:19 +0100
|
||||
|
||||
* BTest updates in support of compiling-scripts-to-C++ (Vern Paxson, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.1.0-dev.814
|
||||
7.1.0-dev.816
|
||||
|
|
|
@ -32,6 +32,7 @@ event zeek_init() &priority=1000
|
|||
# probably disable all modules, too.
|
||||
disable_module_events("Control");
|
||||
disable_module_events("Cluster::Backend::ZeroMQ");
|
||||
disable_module_events("Cluster::Experimental");
|
||||
disable_module_events("Management::Agent::Runtime");
|
||||
disable_module_events("Management::Controller::Runtime");
|
||||
disable_module_events("Management::Node");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue