]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#614,!326] Fixed JSON syntax errors 614-calculate-tee-times-and-t-12-percent-are-not-present-in-doc-examples-kea6-all-keys-current-json
authorThomas Markwalder <tmark@isc.org>
Tue, 21 May 2019 11:47:14 +0000 (07:47 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 21 May 2019 12:02:42 +0000 (08:02 -0400)
doc/examples/kea4/all-keys-current.json
doc/examples/kea6/all-keys-current.json
    Added missing commas

doc/examples/kea4/all-keys-current.json
doc/examples/kea6/all-keys-current.json

index e649be166a78f61e7fce7c448e931213366f7834..6a6457e95e0e3d9928a2a6b3cbdee287e8310a8d 100644 (file)
                 "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.
                         "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.
index 9e6e6e7b829338180e0d9388d315ac84b1a000a1..8bf956df169788b4b0bbda62a948185161890ec7 100644 (file)
                 "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.
                         "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.
         "reservation-mode": "all",
 
         // Data directory.
-        "data-directory": "/tmp"
+        "data-directory": "/tmp",
 
         // Global compute T1 and T2 timers.
         "calculate-tee-times": true,