From b870771ca2478ba77d8843b673f7729929b79d15 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 3 Jun 2014 19:12:59 +0200 Subject: [PATCH] [3336] Renew and Rebind timers optional in the config example for DHCPv4. --- doc/examples/kea4/single-subnet.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/examples/kea4/single-subnet.json b/doc/examples/kea4/single-subnet.json index b4717da393..43c6f297e3 100644 --- a/doc/examples/kea4/single-subnet.json +++ b/doc/examples/kea4/single-subnet.json @@ -21,8 +21,12 @@ # to start REBIND procedure (emergency renewal that allows switching # to a different server). "valid-lifetime": 4000, - "renew-timer": 1000, - "rebind-timer": 2000, + +# Renew and rebind timers are commented out. This implies that options +# 58 and 59 will not be sent to the client. Uncomment them to send +# these options. +# "renew-timer": 1000, +# "rebind-timer": 2000, # The following list defines subnets. We have only one subnet # here.