mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
zeekygen: Disable Cluster::Experimental module
The nodes-experimental/manager.zeek file ends up calling Broker::publish() unconditionally, resulting in a warning. Skip running that code when generating documentation.
This commit is contained in:
parent
94f64a6dc6
commit
38e77eace7
1 changed files with 1 additions and 0 deletions
|
@ -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