]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#614,!326] Updated all-keys-current.json with tee time parameters
authorThomas Markwalder <tmark@isc.org>
Thu, 16 May 2019 19:18:36 +0000 (15:18 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 21 May 2019 12:02:42 +0000 (08:02 -0400)
kea4/all-keys-current.json
    Added calculate-tee-times, t1-percent, and t2-percent to
    network and subnet scopes

kea6/all-keys-current.json
    Added calculate-tee-times, t1-percent, and t2-percent global,
    network, and subnet scopes

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

index 67cb126f216b4dac9e8bacf1226a3d035cab0735..e649be166a78f61e7fce7c448e931213366f7834 100644 (file)
                 // Shared network level renew timer.
                 "renew-timer": 31,
 
+                // Shared network level compute T1 and T2 timers.
+                "calculate-tee-times": true,
+
+                // T1 = valid lifetime * .5.
+                "t1-percent": .5,
+
+                // T2 = valid lifetime * .75.
+                "t2-percent": .75
+
                 // Enumeration specifying server's mode of operation when it
                 // fetches host reservations.
                 "reservation-mode": "all",
                         // fetches host reservations.
                         "reservation-mode": "all",
 
+                        // Subnet-level compute T1 and T2 timers.
+                        "calculate-tee-times": true,
+
+                        // T1 = valid lifetime * .5.
+                        "t1-percent": .5,
+
+                        // T2 = valid lifetime * .75.
+                        "t2-percent": .75
+
                         // List of static IPv4 reservations assigned to the clients belonging
                         // to this subnet. For detailed example see reservations.json.
                         "reservations": [
         // Fetches host reservations.
         "reservation-mode": "all",
 
-        // Compute T1 and T2 timers.
+        // Global compute T1 and T2 timers.
         "calculate-tee-times": true,
 
         // T1 = valid lifetime * .5.
index 07dea2e142626dcaed64a7c21694a85d4a70690c..9e6e6e7b829338180e0d9388d315ac84b1a000a1 100644 (file)
                 // Shared network level renew timer.
                 "renew-timer": 31,
 
+                // Shared network level compute T1 and T2 timers.
+                "calculate-tee-times": true,
+
+                // T1 = valid lifetime * .5.
+                "t1-percent": .5,
+
+                // T2 = valid lifetime * .75.
+                "t2-percent": .75
+
                 // Enumeration specifying server's mode of operation when it
                 // fetches host reservations.
                 "reservation-mode": "all",
                         // fetches host reservations.
                         "reservation-mode": "all",
 
+                        // Subnet level compute T1 and T2 timers.
+                        "calculate-tee-times": true,
+
+                        // T1 = valid lifetime * .5.
+                        "t1-percent": .5,
+
+                        // T2 = valid lifetime * .75.
+                        "t2-percent": .75
+
                         // List of static IPv6 reservations assigned to the clients belonging
                         // to this subnet. For detailed example see reservations.json.
                         "reservations": [
 
         // Data directory.
         "data-directory": "/tmp"
+
+        // Global compute T1 and T2 timers.
+        "calculate-tee-times": true,
+
+        // T1 = valid lifetime * .5.
+        "t1-percent": .5,
+
+        // T2 = valid lifetime * .75.
+        "t2-percent": .75
     },
 
     // Logging configuration begins here.