diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-06-21 13:40:20 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-06-22 16:52:48 +0200 |
commit | 3d61bdde3eef1c512a0075a9572b01e8e9c64c91 (patch) | |
tree | 89889a68a3b736634ee223d308e35f26995d0fad /doc/examples | |
parent | [#2898] added unittests for pool-id (diff) | |
download | kea-3d61bdde3eef1c512a0075a9572b01e8e9c64c91.tar.xz kea-3d61bdde3eef1c512a0075a9572b01e8e9c64c91.zip |
[#2898] fixed merge of stats for same pool IDs
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/kea4/all-keys-netconf.json | 5 | ||||
-rw-r--r-- | doc/examples/kea4/all-keys.json | 5 | ||||
-rw-r--r-- | doc/examples/kea6/all-keys-netconf.json | 5 | ||||
-rw-r--r-- | doc/examples/kea6/all-keys.json | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index b34de9949c..2d3dab0d9d 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -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 } ], diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index b0a56d0e4b..a0c586658b 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -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 } ], diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index a187152b29..634d666ed9 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -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 } ], diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index e0b866e62f..38d4bcd4a4 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -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 } ], |