base/frameworks/config/input.bro

Config

File input for the configuration framework using the input framework.

Namespace:Config
Imports:base/frameworks/cluster, base/frameworks/config/main.bro
Source File:/scripts/base/frameworks/config/input.bro

Summary

Redefinable Options

Config::config_files: set &redef Configuration files that will be read off disk.

Functions

Config::read_config: function Read specified configuration file and apply values; updates to file are not tracked.

Detailed Interface

Redefinable Options

Config::config_files
Type:set [string]
Attributes:&redef
Default:{}

Configuration files that will be read off disk. Files are reread every time they are updated so updates should be atomic with “mv” instead of writing the file in place.

If the same configuration option is defined in several files with different values, behavior is unspecified.

Functions

Config::read_config
Type:function (filename: string) : void

Read specified configuration file and apply values; updates to file are not tracked.

Copyright 2016, The Bro Project. Last updated on January 10, 2019. Created using Sphinx 1.7.5.