mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding environment variable BRO_PLUGIN_ACTIVATE that unconditionally
activates plugins. Plugins are specified with a comma-separated list of names.
This commit is contained in:
parent
d88b333353
commit
551950c438
8 changed files with 107 additions and 20 deletions
|
@ -250,7 +250,10 @@ in its search path ``BRO_PLUGIN_PATH``. However, in bare mode (``bro
|
|||
-b``), no dynamic plugins will be activated by default; instead the
|
||||
user can selectively enable individual plugins in scriptland using the
|
||||
``@load-plugin <qualified-plugin-name>`` directive (e.g.,
|
||||
``@load-plugin Demo::Rot13``).
|
||||
``@load-plugin Demo::Rot13``). Alternatively, one can also set the
|
||||
environment variable ``BRO_PLUGIN_ACTIVATE`` to a list of
|
||||
comma(!)-separated names to unconditionally activate even in bare
|
||||
mode.
|
||||
|
||||
``bro -N`` shows activated and found yet unactivated plugins
|
||||
separately. Note that plugins compiled statically into Bro are always
|
||||
|
@ -328,6 +331,11 @@ Packet Dumpers
|
|||
|
||||
Not yet implemented.
|
||||
|
||||
Debugging Plugins
|
||||
=================
|
||||
|
||||
TODO.
|
||||
|
||||
Documenting Plugins
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue