]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3336] Renew and Rebind timers are optional in the dhcp4.spec.
authorMarcin Siodelski <marcin@isc.org>
Tue, 27 May 2014 18:09:10 +0000 (20:09 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 27 May 2014 18:09:10 +0000 (20:09 +0200)
src/bin/dhcp4/dhcp4.spec

index a9a19246aff22f3b5961c2800c99337b51511f98..24fd47053738ee63b8d898aed098d96df1632003 100644 (file)
 
       { "item_name": "renew-timer",
         "item_type": "integer",
-        "item_optional": false,
+        "item_optional": true,
         "item_default": 1000
       },
 
       { "item_name": "rebind-timer",
         "item_type": "integer",
-        "item_optional": false,
+        "item_optional": true,
         "item_default": 2000
       },