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:
@@ -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
|
||||
}
|
||||
],
|
||||
|
@@ -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
|
||||
}
|
||||
],
|
||||
|
@@ -952,6 +952,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
|
||||
}
|
||||
],
|
||||
|
@@ -952,6 +952,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
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user