2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00
This commit is contained in:
Francis Dupont
2024-07-16 15:38:39 +02:00
parent 0975949b9c
commit 9c33b2bfbf

View File

@@ -734,10 +734,10 @@ protected:
/// @brief Assign the 0.0.0.0 address to an IPv6-Only client. /// @brief Assign the 0.0.0.0 address to an IPv6-Only client.
/// ///
/// @note In fact there is no difference between assigning no address /// @note In fact there is no difference between assigning no address
/// or assigning the zero address as the assigned address if the /// or assigning the zero address as the assigned address is the
/// Yiaddr field of the DHCPv4 message header... /// Yiaddr field of the DHCPv4 message header...
/// ///
/// Check if there is asubnet or shared network defining an /// Check if there is a subnet or shared network defining an
/// IPv6-Only Preferred option which will be included by the response. /// IPv6-Only Preferred option which will be included by the response.
/// ///
/// @param subnet Reference to the selected subnet, can be modified if /// @param subnet Reference to the selected subnet, can be modified if