summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2023-11-22 11:09:09 +0100
committerPiotrek Zadroga <piotrek@isc.org>2024-01-09 11:40:04 +0100
commit4bb524efbe8fa561033e4cc5414722777689120c (patch)
tree5e1032d06021d997c653b0e4325e41fc116fb949 /doc/examples
parent[#3074] comments updated (diff)
downloadkea-4bb524efbe8fa561033e4cc5414722777689120c.tar.xz
kea-4bb524efbe8fa561033e4cc5414722777689120c.zip
[#3074] option example update
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/kea4/all-options.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/examples/kea4/all-options.json b/doc/examples/kea4/all-options.json
index 687f122052..7f6d0d1d0e 100644
--- a/doc/examples/kea4/all-options.json
+++ b/doc/examples/kea4/all-options.json
@@ -1318,14 +1318,12 @@
Router 1...N The IP address of the router that should
be used to reach that destination.
*/
- // Type: binary
+ // Type: custom
{
"code": 121,
- // please mind the "single quotes inside of double quotes" syntax, as well as "csv-format" set to false,
- // when below convenience notation is used:
+ // please mind the convenience notation used:
// subnet1 - router1 IP addr, subnet2 - router2 IP addr, ..., subnetN - routerN IP addr
- "data": "'10.229.0.128/25 - 10.229.0.1, 10.198.122.47/32 - 10.198.122.1'",
- "csv-format": false,
+ "data": "10.229.0.128/25 - 10.229.0.1, 10.198.122.47/32 - 10.198.122.1",
"name": "classless-static-route"
},