Kea  1.9.9-git
isc::dhcp::SubnetSelector Struct Reference

Subnet selector used to specify parameters used to select a subnet. More...

#include <subnet_selector.h>

Public Member Functions

 SubnetSelector ()
 Default constructor. More...
 

Public Attributes

ClientClasses client_classes_
 Classes that the client belongs to. More...
 
bool dhcp4o6_
 Specifies if the packet is DHCP4o6. More...
 
std::string iface_name_
 Name of the interface on which the message was received. More...
 
asiolink::IOAddress local_address_
 Address on which the message was received. More...
 
asiolink::IOAddress remote_address_
 Source address of the message. More...
 
DHCPv4 specific parameters.
asiolink::IOAddress ciaddr_
 ciaddr from the client's message. More...
 
asiolink::IOAddress giaddr_
 giaddr from the client's message. More...
 
asiolink::IOAddress option_select_
 RAI link select or subnet select option. More...
 
DHCPv6 specific parameters.
OptionPtr interface_id_
 Interface id option. More...
 
asiolink::IOAddress first_relay_linkaddr_
 First relay link address. More...
 

Detailed Description

Subnet selector used to specify parameters used to select a subnet.

This structure holds various parameters extracted from a packet sent by a DHCP client used to select the subnet for the client. This selector is common for IPv4 and IPv6 subnets.

Definition at line 23 of file subnet_selector.h.

Constructor & Destructor Documentation

isc::dhcp::SubnetSelector::SubnetSelector ( )
inline

Default constructor.

Sets the default values for the Selector.

Definition at line 57 of file subnet_selector.h.

Member Data Documentation

asiolink::IOAddress isc::dhcp::SubnetSelector::ciaddr_
bool isc::dhcp::SubnetSelector::dhcp4o6_

Specifies if the packet is DHCP4o6.

Definition at line 52 of file subnet_selector.h.

Referenced by isc::dhcp::Dhcpv4Srv::selectSubnet4o6().

asiolink::IOAddress isc::dhcp::SubnetSelector::first_relay_linkaddr_
asiolink::IOAddress isc::dhcp::SubnetSelector::giaddr_
std::string isc::dhcp::SubnetSelector::iface_name_
asiolink::IOAddress isc::dhcp::SubnetSelector::local_address_

Address on which the message was received.

Definition at line 43 of file subnet_selector.h.

Referenced by isc::dhcp::CfgSubnets4::initSelector(), isc::dhcp::CfgSubnets4::selectSubnet(), and isc::dhcp::Dhcpv4Srv::selectSubnet4o6().

asiolink::IOAddress isc::dhcp::SubnetSelector::option_select_

RAI link select or subnet select option.

Definition at line 31 of file subnet_selector.h.

Referenced by isc::dhcp::CfgSubnets4::initSelector(), isc::dhcp::CfgSubnets4::selectSubnet(), and isc::dhcp::Dhcpv4Srv::selectSubnet4o6().


The documentation for this struct was generated from the following file: