Kea  1.9.9-git
isc::dhcp::Pools4ListParser Class Reference

Specialization of the pool list parser for DHCPv4. More...

#include <dhcp_parsers.h>

+ Inheritance diagram for isc::dhcp::Pools4ListParser:

Public Member Functions

void parse (PoolStoragePtr pools, data::ConstElementPtr pools_list)
 parses the actual structure More...
 

Detailed Description

Specialization of the pool list parser for DHCPv4.

Definition at line 385 of file dhcp_parsers.h.

Member Function Documentation

void isc::dhcp::Pools4ListParser::parse ( PoolStoragePtr  pools,
data::ConstElementPtr  pools_list 
)
virtual

parses the actual structure

This method parses the actual list of pools.

Parameters
poolsstorage container in which to store the parsed pool.
pools_lista list of pool structures
Exceptions
isc::dhcp::DhcpConfigErrorwhen 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().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: