2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[#2898] addressed comments

This commit is contained in:
Razvan Becheriu
2023-06-21 23:52:29 +03:00
parent be6c201a93
commit db4de1acae
6 changed files with 6 additions and 6 deletions

View File

@@ -995,7 +995,7 @@
// The pool ID does not need to be unique within the subnet // The pool ID does not need to be unique within the subnet
// or across subnets. // or across subnets.
// If not unconfigured, it defaults to 0. The statistics // If not unconfigured, it defaults to 0. The statistics
// regarding this pool will be merged with the other statistics // regarding this pool will be combined with the other statistics
// of all other pools with the same pool ID in this subnet. // of all other pools with the same pool ID in this subnet.
"pool-id": 1 "pool-id": 1
} }

View File

@@ -995,7 +995,7 @@
// The pool ID does not need to be unique within the subnet // The pool ID does not need to be unique within the subnet
// or across subnets. // or across subnets.
// If not unconfigured, it defaults to 0. The statistics // If not unconfigured, it defaults to 0. The statistics
// regarding this pool will be merged with the other statistics // regarding this pool will be combined with the other statistics
// of all other pools with the same pool ID in this subnet. // of all other pools with the same pool ID in this subnet.
"pool-id": 1 "pool-id": 1
} }

View File

@@ -955,7 +955,7 @@
// The pool ID does not need to be unique within the subnet // The pool ID does not need to be unique within the subnet
// or across subnets. // or across subnets.
// If not unconfigured, it defaults to 0. The statistics // If not unconfigured, it defaults to 0. The statistics
// regarding this pool will be merged with the other statistics // regarding this pool will be combined with the other statistics
// of all other pools with the same pool ID in this subnet. // of all other pools with the same pool ID in this subnet.
"pool-id": 1 "pool-id": 1
} }

View File

@@ -955,7 +955,7 @@
// The pool ID does not need to be unique within the subnet // The pool ID does not need to be unique within the subnet
// or across subnets. // or across subnets.
// If not unconfigured, it defaults to 0. The statistics // If not unconfigured, it defaults to 0. The statistics
// regarding this pool will be merged with the other statistics // regarding this pool will be combined with the other statistics
// of all other pools with the same pool ID in this subnet. // of all other pools with the same pool ID in this subnet.
"pool-id": 1 "pool-id": 1
} }

View File

@@ -7262,7 +7262,7 @@ The DHCPv4 server supports the following statistics:
The statistics related to pool ID 0 refer to all the statistics of all the pools The statistics related to pool ID 0 refer to all the statistics of all the pools
that have unconfigured ``pool-id``. that have unconfigured ``pool-id``.
The pool ID does not need to be unique within the subnet or across subnets. 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 The statistics regarding a specific pool ID within a subnet will be combined with the
other statistics of all other pools with the same pool ID in the respective subnet. other statistics of all other pools with the same pool ID in the respective subnet.
.. note:: .. note::

View File

@@ -7063,7 +7063,7 @@ The DHCPv6 server supports the following statistics:
The statistics related to pool ID 0 refer to all the statistics of all the pools The statistics related to pool ID 0 refer to all the statistics of all the pools
that have unconfigured ``pool-id``. that have unconfigured ``pool-id``.
The pool ID does not need to be unique within the subnet or across subnets. 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 The statistics regarding a specific pool ID within a subnet will be combined with the
other statistics of all other pools with the same pool ID in the respective subnet. other statistics of all other pools with the same pool ID in the respective subnet.
.. note:: .. note::