// 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.
// 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.