* - @subpage hooksdgDevelopersGuide
* - @subpage dhcpv4Hooks
* - @subpage dhcpv6Hooks
- * - @subpage agentHooks
* - @subpage d2Hooks
* - @subpage hooksComponentDeveloperGuide
* - @subpage hooksmgMaintenanceGuide
/// updated.
/// @param ip_address the ip address leased to the given FQDN.
/// @param dhcid the lease client's unique DHCID.
- /// @param lease_expires_on a timestamp containing the date/time the lease
- /// expires.
/// @param lease_length the amount of time in seconds for which the
/// lease is valid (TTL).
/// @param conflict_resolution_mode conflict resolution mode to use, defaults
/// @brief Update runtime mutable members.
///
- /// @note Currently supported members are @ref iface_set_,
- /// @ref address_map_ and @ref wildcard_used_.
+ /// @note Currently supported members are iface_set_, address_map_
+ /// and wildcard_used_.
///
/// @param other The other object to update members from.
void update(CfgIface& other);