#include <config.h>
#include <asiolink/io_address.h>
#include <dhcp/duid.h>
#include <dhcp/hwaddr.h>
#include <dhcpsrv/cfg_db_access.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <dhcpsrv/dhcpsrv_exceptions.h>
#include <dhcpsrv/lease_mgr_factory.h>
#include <dhcpsrv/pgsql_lease_mgr.h>
#include <dhcpsrv/timer_mgr.h>
#include <util/multi_threading_mgr.h>
#include <boost/make_shared.hpp>
#include <boost/static_assert.hpp>
#include <iomanip>
#include <limits>
#include <sstream>
#include <string>
#include <time.h>
Go to the source code of this file.
|
| isc |
| Defines the logger used by the top-level component of kea-dhcp-ddns.
|
|
| isc::dhcp |
|