]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3583] Fixed JSON error in ARM
authorThomas Markwalder <tmark@isc.org>
Fri, 4 Oct 2024 17:31:24 +0000 (13:31 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 15 Oct 2024 17:51:57 +0000 (13:51 -0400)
modified:   arm/classify.rst

doc/sphinx/arm/classify.rst

index d7aaeac8300f804c8e1bb8b1fd912422868a30ce..1ec6556be0122e0ff9ca6ca474e717d71ea7fd7d 100644 (file)
@@ -1270,19 +1270,20 @@ the option to members of class "melon":
     {
         "id": 100,
         "subnet": "178.16.1.0/24",
-        "option-data"[{
+        "option-data"[{
             "name": "foo",
             "data": 456
         }],
         "pools": [{
-            "pool": "178.16.1.100 - 178.16.1.200"
-            "option-data"[{
+            "pool": "178.16.1.100 - 178.16.1.200",
+            "option-data"[{
                 "name": "foo",
                 "data": 123,
                 "client-classes" : [ "melon" ]
             }]
         }]
-    }]
+    }
+    
 
 Clients that match class "melon" will have a value of 123 for option "foo",
 while clients that do not match "melon" will have a value of 456 for option