modified:
doc/examples/kea4/all-keys.json
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
"min-valid-lifetime": 4000,
// Class max valid lifetime.
- "max-valid-lifetime": 8000
+ "max-valid-lifetime": 8000,
+
+ // If greater than zero, it is the lifetime of leases temporarily allocated
+ // on DISCOVER. When zero (the default) leases are not allocated on DISCOVER.
+ "offer-lifetime" : 65
},
{
// Default value of the class specific bootfile name. Empty name
exp_allocate
},
{
- // Useing class value of zero should override non-zero set at
+ // Using class value of zero should override non-zero set at
// subnet level, lease should have actual valid lft
"zero from class",
{ "offer_lft_zero" },