]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3074] option example update
authorPiotrek Zadroga <piotrek@isc.org>
Wed, 22 Nov 2023 10:09:09 +0000 (11:09 +0100)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 9 Jan 2024 10:40:04 +0000 (11:40 +0100)
doc/examples/kea4/all-options.json

index 687f122052109dafe59a21fe566c8a6b2d8cffcc..7f6d0d1d0e739c9ddc24c3eb5e749a41565d6fe1 100644 (file)
       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"
       },