From: Thomas Markwalder Date: Wed, 16 May 2018 13:44:16 +0000 (-0400) Subject: [master] Added ChangeLog 1400 for #5589. X-Git-Tag: trac5549a_base~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5473b44014c0d2bba76e2d9c5785d8115fb784d3;p=thirdparty%2Fkea.git [master] Added ChangeLog 1400 for #5589. --- diff --git a/ChangeLog b/ChangeLog index f0b8867d5d..e20036ee1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1400. [func] tmark + A new hooks library, Stat Cmds, has been added to the open source + distribution. This library provides commands for fetching lease + allocation statistics using lease backend as the source for + lease counts per state. This resolves an issue in deployements, + where multiple Kea servers share a common lease backend, which made + it difficult to obtain accurate lease statistics. + (Trac #5589, git 36f20f1c8b28f629fe2896b817ac0f3c6026fe0e) + 1399. [func] tmark Support for fetching lease allocation statistics by subnet-id or subnet-id range has been added to the Cassandra back end. This