]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3988] Documentation updated.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 21 Oct 2015 14:05:59 +0000 (16:05 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 21 Oct 2015 14:05:59 +0000 (16:05 +0200)
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp6/dhcp6_hooks.dox
src/lib/hooks/callout_handle.h

index 28e0e7eccf4bdc18b68488a1fa5e4876b5bdff08..30d4beb31219f79b87f19518afb0f4cb2f4c7acc 100644 (file)
@@ -280,7 +280,8 @@ packet processing. Hook points that are not specific to packet processing
   - name: @b lease4, type: isc::dhcp::Lease4Ptr, direction: <b>in</b>
 
 - @b Description: this callout is executed for each declined lease that
-  has expired and is being recovered. The lease has already been stripped
+  has expired (was put aside for the duration of decline-probation-period)
+  and is being recovered. The lease has already been stripped
   from any client identifying information when it was put into declined
   state. In principle the callouts can modify the lease in this hook,
   but it makes little sense. There's no useful data in the lease, except
index 211ba1efee840fdf771f9a271eb617030c920893..479d7a56a840e4c749982d9376958f9964004ba3 100644 (file)
@@ -294,7 +294,8 @@ packet processing. Hook points that are not specific to packet processing
   - name: @b lease6, type: isc::dhcp::Lease6Ptr, direction: <b>in</b>
 
 - @b Description: this callout is executed for each declined lease that
-  has expired and is being recovered. The lease has already been stripped
+  has expired (was put aside for the duration of decline-probation-period)
+  and is being recovered. The lease has already been stripped
   from any client identifying information when it was put into declined
   state. In principle the callouts can modify the lease in this hook,
   but it makes little sense. There's no useful data in the lease, except
index 16a488038efc3b31ec7dd47e0bcec5a985a953eb..a8ddfa4d1bf58c05b20050cff31ec6fef15ac77d 100644 (file)
@@ -234,7 +234,7 @@ public:
     /// This variable is interrogated by the server to see if the remaining
     /// callouts associated with the current hook should be bypassed.
     ///
-    /// @param skip New value of the "skip" flag.
+    /// @param next New value of the next step status.
     void setStatus(const CalloutNextStep next) {
         next_step_ = next;
     }