zeek/scripts/base/frameworks/config
Jon Siwek 1a75ef2abd Remove "relay" family of Broker functions
Namely these are now removed:

    - Broker::relay
    - Broker::publish_and_relay
    - Cluster::relay_rr
    - Cluster::relay_hrw

The idea being that Broker may eventually implement the necessary
routing (plus load balancing) functionality.  For now, code that used
these should "manually" handle and re-publish events as needed.
2018-08-27 16:49:35 -05:00
..
__load__.bro Add config framework. 2017-11-29 13:46:59 -08:00
input.bro Fix typos and formatting issues in config framework docs 2018-07-30 14:12:25 -05:00
main.bro Remove "relay" family of Broker functions 2018-08-27 16:49:35 -05:00
README Improve config framework documentation comments 2018-03-15 14:16:00 -05:00

The configuration framework provides a way to change the Bro configuration
in "option" values at run-time.