base/frameworks/config/input.zeek
- Config
File input for the configuration framework using the input framework.
- Namespace
Config
- Imports
Summary
Redefinable Options
Configuration files that will be read off disk. |
Functions
Read specified configuration file and apply values; updates to file are not tracked. |
Detailed Interface
Redefinable Options
- Config::config_files
-
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
-
Read specified configuration file and apply values; updates to file are not tracked.