From: Thomas Markwalder Date: Tue, 21 May 2019 11:47:14 +0000 (-0400) Subject: [#614,!326] Fixed JSON syntax errors X-Git-Tag: Kea-1.6.0-beta~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12dabc40b1401fadbe5100e8ca2b7003c823aac2;p=thirdparty%2Fkea.git [#614,!326] Fixed JSON syntax errors doc/examples/kea4/all-keys-current.json doc/examples/kea6/all-keys-current.json Added missing commas --- diff --git a/doc/examples/kea4/all-keys-current.json b/doc/examples/kea4/all-keys-current.json index e649be166a..6a6457e95e 100644 --- a/doc/examples/kea4/all-keys-current.json +++ b/doc/examples/kea4/all-keys-current.json @@ -555,7 +555,7 @@ "t1-percent": .5, // T2 = valid lifetime * .75. - "t2-percent": .75 + "t2-percent": .75, // Enumeration specifying server's mode of operation when it // fetches host reservations. @@ -690,7 +690,7 @@ "t1-percent": .5, // T2 = valid lifetime * .75. - "t2-percent": .75 + "t2-percent": .75, // List of static IPv4 reservations assigned to the clients belonging // to this subnet. For detailed example see reservations.json. diff --git a/doc/examples/kea6/all-keys-current.json b/doc/examples/kea6/all-keys-current.json index 9e6e6e7b82..8bf956df16 100644 --- a/doc/examples/kea6/all-keys-current.json +++ b/doc/examples/kea6/all-keys-current.json @@ -508,7 +508,7 @@ "t1-percent": .5, // T2 = valid lifetime * .75. - "t2-percent": .75 + "t2-percent": .75, // Enumeration specifying server's mode of operation when it // fetches host reservations. @@ -646,7 +646,7 @@ "t1-percent": .5, // T2 = valid lifetime * .75. - "t2-percent": .75 + "t2-percent": .75, // List of static IPv6 reservations assigned to the clients belonging // to this subnet. For detailed example see reservations.json. @@ -740,7 +740,7 @@ "reservation-mode": "all", // Data directory. - "data-directory": "/tmp" + "data-directory": "/tmp", // Global compute T1 and T2 timers. "calculate-tee-times": true,