From: Marcin Siodelski Date: Tue, 27 May 2014 18:09:10 +0000 (+0200) Subject: [3336] Renew and Rebind timers are optional in the dhcp4.spec. X-Git-Tag: trac3434_base~14^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4399a42d500d7ece7c89f8ff80cf05f334489366;p=thirdparty%2Fkea.git [3336] Renew and Rebind timers are optional in the dhcp4.spec. --- diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec index a9a19246af..24fd470537 100644 --- a/src/bin/dhcp4/dhcp4.spec +++ b/src/bin/dhcp4/dhcp4.spec @@ -32,13 +32,13 @@ { "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 },