Document which Bro script vars are set by BroControl

This commit is contained in:
Daniel Thayer 2013-10-22 16:40:29 -05:00
parent 1b26c05c2c
commit 4b8171f74a
6 changed files with 28 additions and 4 deletions

View file

@ -120,6 +120,7 @@ export {
## The cluster layout definition. This should be placed into a filter
## named cluster-layout.bro somewhere in the BROPATH. It will be
## automatically loaded if the CLUSTER_NODE environment variable is set.
## Note that BroControl handles all of this automatically.
const nodes: table[string] of Node = {} &redef;
## This is usually supplied on the command line for each instance