mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[4294] PostgreSQL now supports IPv6 lease stats recounting
src/lib/dhcpsrv/pgsql_lease_mgr.h src/lib/dhcpsrv/pgsql_lease_mgr.cc - Added TaggedStatement RECOUNT_LEASE6_STATS - PgSqlAddressStatsQuery6 - new class PgSql derivation of the IPv6 statistical lease data query - PgSqlLeaseMgr::startAddressStatsQuery6() - new virtual method which creates and runs the IPv6 lease stats query src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc TEST_F(PgSqlLeaseMgrTest, recountAddressStats6) - new test
This commit is contained in:
@@ -1379,8 +1379,8 @@ public:
|
||||
/// @brief Creates the IPv6 lease statistical data result set
|
||||
///
|
||||
/// The result set is populated by executing an SQL query against the
|
||||
/// lease4 table which sums the leases per lease state per subnet id.
|
||||
/// The query used is the prepared statement identified by
|
||||
/// lease6 table which sums the leases per lease state per lease type
|
||||
/// per subnet id. The query used is the prepared statement identified by
|
||||
/// MySqlLeaseMgr::RECOUNT_LEASE6_STATS. This method creates the binds
|
||||
/// the statement to the output bind array and then executes the
|
||||
/// statement.
|
||||
|
Reference in New Issue
Block a user