// This parser is used in several places.
Dhcp4ConfigParser global_parser;
- // Keep relative orders of shared networks and subnets.
+ // Keep relative orders of shared networks and subnets.
ConstElementPtr shared_networks = mutable_cfg->get("shared-networks");
if (shared_networks) {
parameter_name = "shared-networks";
// Make parsers grouping.
ConfigPair config_pair;
const std::map<std::string, ConstElementPtr>& values_map =
- mutable_cfg->mapValue();
+ mutable_cfg->mapValue();
BOOST_FOREACH(config_pair, values_map) {
parameter_name = config_pair.first;
// This parser is used in several places.
Dhcp6ConfigParser global_parser;
- // Keep relative orders of shared networks and subnets.
+ // Keep relative orders of shared networks and subnets.
ConstElementPtr shared_networks = mutable_cfg->get("shared-networks");
if (shared_networks) {
parameter_name = "shared-networks";
parameter_name = config_pair.first;
- // This is converted to SimpleParser and is handled already above.
+ // This are converted to SimpleParser and are handled already above.
if ((config_pair.first == "data-directory") ||
(config_pair.first == "option-def") ||
(config_pair.first == "option-data") ||