Browse Source

[3972] Renamed recycle-timer-wait-time to flush-reclaimed-timer-wait-time.

Marcin Siodelski 9 years ago
parent
commit
051f4fabff
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/bin/dhcp4/dhcp4_hooks.dox
  2. 2 2
      src/bin/dhcp6/dhcp6_hooks.dox

+ 2 - 2
src/bin/dhcp4/dhcp4_hooks.dox

@@ -234,8 +234,8 @@ packet processing. Hook points that are not specific to packet processing
   set to "expired-reclaimed" in the lease database. This argument
   is only used by the callout if it takes responsibility for the lease
   reclamation, i.e. it sets the "skip" flag to "true". The "remove_lease"
-  argument is set to "true" if the "recycle-timer-wait-time" is set
-  to 0 in the server configuration file.
+  argument is set to "true" if the "flush-reclaimed-timer-wait-time" is
+  set to 0 in the server configuration file.
 
 - <b>Skip flag action</b>: if the callout sets the skip flag, the server
   will assume that the callout has fully reclaimed the lease, i.e.

+ 2 - 2
src/bin/dhcp6/dhcp6_hooks.dox

@@ -252,8 +252,8 @@ packet processing. Hook points that are not specific to packet processing
   set to "expired-reclaimed" in the lease database. This argument
   is only used by the callout if it takes responsibility for the lease
   reclamation, i.e. it sets the "skip" flag to "true".  The "remove_lease"
-  argument is set to "true" if the "recycle-timer-wait-time" is set
-  to 0 in the server configuration file.
+  argument is set to "true" if the "flush-reclaimed-timer-wait-time" is
+  set to 0 in the server configuration file.
 
 - <b>Skip flag action</b>: if the callout sets the skip flag, the server
   will assume that the callout has fully reclaimed the lease, i.e.