2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2898] fixed merge of stats for same pool IDs

This commit is contained in:
Razvan Becheriu
2023-06-21 14:40:20 +03:00
parent 21ff30b112
commit 3d61bdde3e
13 changed files with 310 additions and 196 deletions

View File

@@ -7255,6 +7255,16 @@ The DHCPv4 server supports the following statistics:
| | | counter is increased by 1. |
+----------------------------------------------------+----------------+------------------------------------+
.. note::
The pool ID can be configured on each pool by explicitly setting the ``pool-id``
parameter in the pool parameter map. If not configured, ``pool-id`` defaults to 0.
The statistics related to pool ID 0 refer to all the statistics of all the pools
that have unconfigured ``pool-id``.
The pool ID does not need to be unique within the subnet or across subnets.
The statistics regarding a specific pool ID within a subnet will be merged with the
other statistics of all other pools with the same pool ID in the respective subnet.
.. note::
This section describes DHCPv4-specific statistics. For a general

View File

@@ -7056,6 +7056,16 @@ The DHCPv6 server supports the following statistics:
| | | of a given subnet. |
+---------------------------------------------------+----------------+------------------------------------+
.. note::
The pool ID can be configured on each pool by explicitly setting the ``pool-id``
parameter in the pool parameter map. If not configured, ``pool-id`` defaults to 0.
The statistics related to pool ID 0 refer to all the statistics of all the pools
that have unconfigured ``pool-id``.
The pool ID does not need to be unique within the subnet or across subnets.
The statistics regarding a specific pool ID within a subnet will be merged with the
other statistics of all other pools with the same pool ID in the respective subnet.
.. note::
This section describes DHCPv6-specific statistics. For a general