Parcourir la source

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

Marcin Siodelski il y a 11 ans
Parent
commit
4399a42d50
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
       },