Kea
1.9.9-git
|
Specialization of the pool list parser for DHCPv4. More...
#include <dhcp_parsers.h>
Public Member Functions | |
void | parse (PoolStoragePtr pools, data::ConstElementPtr pools_list) |
parses the actual structure More... | |
Specialization of the pool list parser for DHCPv4.
Definition at line 385 of file dhcp_parsers.h.
|
virtual |
parses the actual structure
This method parses the actual list of pools.
pools | storage container in which to store the parsed pool. |
pools_list | a list of pool structures |
isc::dhcp::DhcpConfigError | when pool parsing fails |
Implements isc::dhcp::PoolsListParser.
Definition at line 545 of file dhcp_parsers.cc.
References isc::dhcp::PoolParser::parse().
Referenced by isc::dhcp::Subnet4ConfigParser::parse().