Kea 2.7.5
|
#include <config.h>
#include <dhcp/hwaddr.h>
#include <dhcp/duid.h>
#include <exceptions/exceptions.h>
#include <util/encode/encode.h>
#include <user.h>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | user_chk |
Defines the logger used by the user check hooks library. | |
Functions | |
std::ostream & | user_chk::operator<< (std::ostream &os, const UserId &user_id) |
Outputs the UserId contents in a string to the given stream. | |