26 #ifndef NFD_DAEMON_MGMT_TABLES_CONFIG_SECTION_HPP
27 #define NFD_DAEMON_MGMT_TABLES_CONFIG_SECTION_HPP
87 processConfig(
const ConfigSection& section,
bool isDryRun,
const std::string& filename);
90 processStrategyChoiceSection(
const ConfigSection& section,
bool isDryRun);
93 processNetworkRegionSection(
const ConfigSection& section,
bool isDryRun);
Configuration file parsing utility.
Main class of NFD's forwarding engine.
Handles the tables configuration file section.
void setConfigFile(ConfigFile &configFile)
TablesConfigSection(Forwarder &forwarder)
void ensureConfigured()
Apply default configuration, if tables section was omitted in configuration file.
boost::property_tree::ptree ConfigSection
A configuration file section.