/// @brief Sets the flag indicating if requests for unknown IP addresses
/// should be rejected with DHCPNAK instead of ignored.
///
- /// @param match If this value is true, the requests for unknown IP
+ /// @param authoritative If this value is true, the requests for unknown IP
/// addresses will be rejected with DHCPNAK messages
void setAuthoritative(const bool authoritative) {
authoritative_ = authoritative;
}
/// @brief Sets information about the dhcp queue control
- /// @param new dhcp queue control information
+ /// @param dhcp_queue_controlnew dhcp queue control information
void setDHCPQueueControl(const isc::data::ConstElementPtr dhcp_queue_control) {
dhcp_queue_control_ = dhcp_queue_control;
}