![]() |
Kea 2.2.0
|
#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>
Include dependency graph for pgsql_lease_mgr.cc:Go to the source code of this file.
Classes | |
| class | isc::dhcp::PgSqlLease4Exchange |
| Supports exchanging IPv4 leases with PostgreSQL. More... | |
| class | isc::dhcp::PgSqlLease6Exchange |
| Supports exchanging IPv6 leases with PostgreSQL. More... | |
| class | isc::dhcp::PgSqlLeaseExchange |
| Base class for marshalling leases to and from PostgreSQL. More... | |
| class | isc::dhcp::PgSqlLeaseStatsQuery |
| Base PgSql derivation of the statistical lease data query. More... | |
| union | isc::dhcp::PgSqlLease6Exchange::Uiaid |
| Union for marshalling IAID into and out of the database IAID is defined in the RFC as 4 octets, which Kea code handles as a uint32_t. More... | |
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::dhcp |