mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[3336] Renew and Rebind timers optional in the config example for DHCPv4.
This commit is contained in:
parent
7322535564
commit
b870771ca2
@ -21,8 +21,12 @@
|
|||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
"valid-lifetime": 4000,
|
"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
|
# The following list defines subnets. We have only one subnet
|
||||||
# here.
|
# here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user