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
3ea49f84
Commit
3ea49f84
authored
Sep 25, 2017
by
Marcin Siodelski
Browse files
[5073a] Fixed some typos as a result of a review.
parent
5615b95f
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
3ea49f84
...
...
@@ -1639,7 +1639,7 @@ It is merely echoed by the server
</para>
<para>
Another possibility adde
din Kea 1.3 is to redefine the option,
Another possibility
,
added
in Kea 1.3
,
is to redefine the option,
see
<xref
linkend=
"dhcp4-private-opts"
/>
.
</para>
</section>
...
...
src/lib/dhcp/pkt4.h
View file @
3ea49f84
...
...
@@ -367,10 +367,12 @@ public:
/// @brief Returns a reference to option codes which unpacking
/// will be deferred.
///
///
@notes
Only options 4
2
and 224-254 are subject of deferred
/// unpacking: when the packet unpacking is performed each time
/// such an option is found it is unpacked as an unknown option
/// Only options 4
3
and 224-254 are subject of deferred
/// unpacking: when the packet unpacking is performed
,
each time
/// such an option is found
,
it is unpacked as an unknown option
/// and the code added in this list.
///
/// @return List of codes of options which unpacking is deferred.
std
::
list
<
uint16_t
>&
getDeferredOptions
()
{
return
(
deferred_options_
);
}
...
...
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