Typo level changes per review comments.
+101x. [func] sar
+ Added support for several options for use by PXE.
+ From RFC4578 (for DHCPv4) these are: 93 - client-system,
+ 94 - client-ndi, 97 - uuid-guid.
+ From RFC5970 (for DHCPv6) these are: 59 - bootfile-url,
+ 60 - bootfile-param, 61 - client-arch-type, 62 - nii.
+ (trac #3576, git <TBD>)
+
1011. [func] fdupont
Added definitions and tests for the options from secure DHCPv6.
This protocol is still experimental. The option and other protocol
/// @brief Returns opaque data tuple at the specified position.
///
- /// If the specified position is out of range an exception is thrown.
+ /// If the specified position is out of range an exception is thrown.
///
- /// @param at Index at which the tuple should be replaced.
+ /// @param at Index for which tuple to get.
/// @throw isc::OutOfRange if the tuple position is out of range.
OpaqueDataTuple getTuple(const size_t at) const;
return (tuples_);
}
- /// @brief Checks if the object holds the opaque data tuple with the
+ /// @brief Checks if the object holds the opaque data tuple with the
/// specified string.
///
/// @param tuple_str String representation of the tuple being searched.
/// @brief Returns opaque data tuple at the specified position.
///
- /// If the specified position is out of range an exception is thrown.
+ /// If the specified position is out of range an exception is thrown.
///
- /// @param at Index at which the tuple should be replaced.
+ /// @param at Index for which tuple to get.
/// @throw isc::OutOfRange if the tuple position is out of range.
OpaqueDataTuple getTuple(const size_t at) const;
typeid(Option6AddrLst));
LibDhcpTest::testStdOptionDefs6(D6O_BOOTFILE_URL, begin, end,
- typeid(OptionString));
+ typeid(OptionString));
LibDhcpTest::testStdOptionDefs6(D6O_BOOTFILE_PARAM, bparam_buf.begin(),
bparam_buf.end(),
// Prepare data to decode.
const uint8_t buf_data[] = {
};
- OptionBuffer buf(buf_data,buf_data + sizeof(buf_data));
+ OptionBuffer buf(buf_data, buf_data + sizeof(buf_data));
OptionOpaqueDataTuplesPtr data_tuple;
ASSERT_NO_THROW(