Kea
1.9.9-git
|
Defines elements for storing the names of client classes. More...
#include <string>
#include <iterator>
#include <list>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | isc::dhcp::ClientClasses |
Container for storing client class names. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef std::string | isc::dhcp::ClientClass |
Defines a single class name. More... | |
Defines elements for storing the names of client classes.
This file defines common elements used to track the client classes that may be associated with a given packet. In order to minimize the exposure of the DHCP library to server side concepts such as client classification the classes herein provide a mechanism to maintain lists of class names, rather than the classes they represent. It is the upper layers' prerogative to use these names as they see fit.
Definition in file classify.h.