2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +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

@@ -992,6 +992,11 @@
"require-client-classes": [],
// Pool identifier used to enable statistics for this pool.
// The pool ID does not need to be unique within the subnet
// or across subnets.
// If not unconfigured, it default to 0. The statistics
// regarding this pool will be merged with the other statistics
// of all other pools with the same pool ID in this subnet.
"pool-id": 1
}
],

View File

@@ -992,6 +992,11 @@
"require-client-classes": [],
// Pool identifier used to enable statistics for this pool.
// The pool ID does not need to be unique within the subnet
// or across subnets.
// If not unconfigured, it default to 0. The statistics
// regarding this pool will be merged with the other statistics
// of all other pools with the same pool ID in this subnet.
"pool-id": 1
}
],