handles 'tables' config section More...
#include <daemon/mgmt/tables-config-section.hpp>
Public Member Functions | |
TablesConfigSection (Forwarder &forwarder) | |
void | ensureConfigured () |
apply default configuration, if tables section was omitted in configuration file More... | |
void | setConfigFile (ConfigFile &configFile) |
handles 'tables' config section
This class recognizes a config section that looks like
During a configuration reload,
It's necessary to call ensureConfigured()
after initial configuration and configuration reload, so that the correct defaults are applied in case tables section is omitted.
Definition at line 70 of file tables-config-section.hpp.
|
explicit |
Definition at line 33 of file tables-config-section.cpp.
void nfd::TablesConfigSection::ensureConfigured | ( | ) |
apply default configuration, if tables section was omitted in configuration file
Definition at line 47 of file tables-config-section.cpp.
void nfd::TablesConfigSection::setConfigFile | ( | ConfigFile & | configFile | ) |
Definition at line 40 of file tables-config-section.cpp.