Browse Source

[3336] Renew and Rebind timers are optional in the dhcp4.spec.

Marcin Siodelski 11 years ago
parent
commit
4399a42d50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/dhcp4/dhcp4.spec

+ 2 - 2
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
       },