diff options
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, 16 insertions, 4 deletions
diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index 442222ab9f..b34de9949c 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -989,7 +989,10 @@ // List of client classes which must be evaluated when this pool // is selected for client assignments. - "require-client-classes": [] + "require-client-classes": [], + + // Pool identifier used to enable statistics for this pool. + "pool-id": 1 } ], diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 6016eb46e0..b0a56d0e4b 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -989,7 +989,10 @@ // List of client classes which must be evaluated when this pool // is selected for client assignments. - "require-client-classes": [] + "require-client-classes": [], + + // Pool identifier used to enable statistics for this pool. + "pool-id": 1 } ], diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index 04004697e8..a187152b29 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -949,7 +949,10 @@ // List of client classes which must be evaluated when this pool // is selected for client assignments. - "require-client-classes": [] + "require-client-classes": [], + + // Pool identifier used to enable statistics for this pool. + "pool-id": 1 } ], diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index b380b720fb..e0b866e62f 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -949,7 +949,10 @@ // List of client classes which must be evaluated when this pool // is selected for client assignments. - "require-client-classes": [] + "require-client-classes": [], + + // Pool identifier used to enable statistics for this pool. + "pool-id": 1 } ], |