From 12dabc40b1401fadbe5100e8ca2b7003c823aac2 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 21 May 2019 07:47:14 -0400 Subject: [PATCH] [#614,!326] Fixed JSON syntax errors doc/examples/kea4/all-keys-current.json doc/examples/kea6/all-keys-current.json Added missing commas --- doc/examples/kea4/all-keys-current.json | 4 ++-- doc/examples/kea6/all-keys-current.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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, -- 2.47.2