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

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

#include <dhcp_parsers.h>

+ Inheritance diagram for isc::dhcp::Pools6ListParser:

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 DHCPv6.

Definition at line 646 of file dhcp_parsers.h.

Member Function Documentation

void isc::dhcp::Pools6ListParser::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 1040 of file dhcp_parsers.cc.

References isc::dhcp::PoolParser::parse().

Referenced by isc::dhcp::Subnet6ConfigParser::parse().

+ Here is the call graph for this function:


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