zeek/doc/scripts/base/frameworks/config/index.rst
Jon Siwek 7e9d48f532 Remove broxygen Sphinx integration
The broxygen-generated files now live in the git repo, have tests
that check that they are up-to-date, and a script to re-generate
them on-demand.
2018-12-18 10:15:22 -06:00

25 lines
714 B
ReStructuredText

:orphan:
Package: base/frameworks/config
===============================
The configuration framework provides a way to change the Bro configuration
in "option" values at run-time.
:doc:`/scripts/base/frameworks/config/__load__.bro`
:doc:`/scripts/base/frameworks/config/main.bro`
The configuration framework provides a way to change Bro options
(as specified by the "option" keyword) at runtime. It also logs runtime
changes to options to config.log.
:doc:`/scripts/base/frameworks/config/input.bro`
File input for the configuration framework using the input framework.
:doc:`/scripts/base/frameworks/config/weird.bro`
This script sets up the config framework change handlers for weirds.