Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
125f433f
Commit
125f433f
authored
Oct 21, 2015
by
Tomek Mrugalski
🛰
Browse files
[3988] Documentation updated.
parent
8d52e11c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_hooks.dox
View file @
125f433f
...
...
@@ -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
...
...
src/bin/dhcp6/dhcp6_hooks.dox
View file @
125f433f
...
...
@@ -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
...
...
src/lib/hooks/callout_handle.h
View file @
125f433f
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment