summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2023-06-15 18:36:55 +0200
committerRazvan Becheriu <razvan@isc.org>2023-06-22 16:52:48 +0200
commit6acc17aa10c0e66aa54e4d68cf3912d977ac3650 (patch)
tree5eb1f4a70ae973f3f9624e4cdcf3415442527f3f /doc/examples
parent[#2898] add pool-id to parsers (diff)
downloadkea-6acc17aa10c0e66aa54e4d68cf3912d977ac3650.tar.xz
kea-6acc17aa10c0e66aa54e4d68cf3912d977ac3650.zip
[#2898] add pool-id to yang models
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/kea4/all-keys-netconf.json5
-rw-r--r--doc/examples/kea4/all-keys.json5
-rw-r--r--doc/examples/kea6/all-keys-netconf.json5
-rw-r--r--doc/examples/kea6/all-keys.json5
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
}
],