]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2494] correct JSON syntax in some configuration examples
authorKevin P. Fleming <kevin@km6g.us>
Fri, 15 Jul 2022 16:00:26 +0000 (12:00 -0400)
committerTomek Mrugalski <tomek@isc.org>
Mon, 13 Feb 2023 19:37:55 +0000 (20:37 +0100)
doc/sphinx/arm/dhcp6-srv.rst

index ce8a222ebb38e2311bb1293ed4de0ee6db3da706..018e039fcf23b083f893e67c863b85b24dd1f060 100644 (file)
@@ -3973,7 +3973,7 @@ configuration:
            "reservations": [
                {
                    "duid": "01:02:03:04:05:0A:0B:0C:0D:0E",
-                   "ip-addresses": [ "2001:db8:1::100" ]
+                   "ip-addresses": [ "2001:db8:1::100" ],
                    "hostname": "alice-laptop"
                }
            ]
@@ -4001,7 +4001,7 @@ different clients with different domain names:
            "reservations": [
                {
                    "duid": "01:02:03:04:05:0A:0B:0C:0D:0E",
-                   "ip-addresses": [ "2001:db8:1::100" ]
+                   "ip-addresses": [ "2001:db8:1::100" ],
                    "hostname": "mark-desktop.example.org."
                }
            ]