 |
Kea
1.5.0
|
Go to the documentation of this file.
7 #ifndef SUBNET_SELECTOR_H
8 #define SUBNET_SELECTOR_H
74 #endif // SUBNET_SELECTOR_H
asiolink::IOAddress ciaddr_
ciaddr from the client's message.
asiolink::IOAddress giaddr_
giaddr from the client's message.
asiolink::IOAddress remote_address_
Source address of the message.
The IOAddress class represents an IP addresses (version agnostic)
Defines elements for storing the names of client classes.
Subnet selector used to specify parameters used to select a subnet.
Defines the logger used by the top-level component of kea-dhcp-ddns.
asiolink::IOAddress first_relay_linkaddr_
First relay link address.
OptionPtr interface_id_
Interface id option.
A wrapper interface for the ASIO library.
SubnetSelector()
Default constructor.
boost::shared_ptr< Option > OptionPtr
ClientClasses client_classes_
Classes that the client belongs to.
std::string iface_name_
Name of the interface on which the message was received.
asiolink::IOAddress local_address_
Address on which the message was received.
asiolink::IOAddress option_select_
RAI link select or subnet select option.
bool dhcp4o6_
Specifies if the packet is DHCP4o6.
Container for storing client class names.