Kea 3.1.1
isc::host_cmds Namespace Reference

Classes

class  HostCmds
 A wrapper class that provides handlers for the commands supported by this hooks library. More...
 
class  HostCmdsImpl
 Wrapper class around reservation command handlers. More...
 
class  HostDataParser
 A class for parsing extended host reservation data. More...
 

Typedefs

typedef HostDataParser< isc::dhcp::HostReservationParser4HostDataParser4
 Parser for DHCPv4 host reservation.
 
typedef HostDataParser< isc::dhcp::HostReservationParser6HostDataParser6
 Parser for DHCPv4 host reservation.
 

Variables

isc::log::Logger host_cmds_logger ("host-cmds-hooks")
 

Typedef Documentation

◆ HostDataParser4

Parser for DHCPv4 host reservation.

Definition at line 91 of file host_data_parser.h.

◆ HostDataParser6

Parser for DHCPv4 host reservation.

Definition at line 94 of file host_data_parser.h.

Variable Documentation

◆ host_cmds_logger