Kea 2.7.5
|
Implements parser for config control information, "config-control". More...
#include <config_ctl_parser.h>
Public Member Functions | |
ConfigControlInfoPtr | parse (const data::ConstElementPtr &config_control) |
Parses a configuration control Element. | |
Implements parser for config control information, "config-control".
Definition at line 18 of file config_ctl_parser.h.
ConfigControlInfoPtr isc::process::ConfigControlParser::parse | ( | const data::ConstElementPtr & | config_control | ) |
Parses a configuration control Element.
config_control | Element holding the config control content to be parsed. |
DhcpConfigError | when config control content is invalid. |
Definition at line 22 of file config_ctl_parser.cc.
References isc::data::SimpleParser::getInteger(), isc_throw, isc::data::Element::list, isc::db::DbAccessParser::parse(), and isc::Exception::what().
Referenced by isc::dhcp::processDhcp4Config(), and isc::dhcp::processDhcp6Config().