</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>
/// @brief Returns a reference to option codes which unpacking
/// will be deferred.
///
- /// @notes Only options 42 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 43 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_);
}