commit | 380ea555fad8739ffd40c46197c8876e79b3c1de | [log] [tgz] |
---|---|---|
author | Sean Edmond <seanedmond@microsoft.com> | Mon Mar 24 13:48:45 2025 -0700 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Wed Apr 23 09:58:07 2025 +0200 |
tree | ba7daf2759a712cc7d247638f05cfd2340593f9f | |
parent | 1adaac2054530348466f5e4bead7d64846256373 [diff] |
net: dhcp6: Send DHCPv6 using multicast MAC In IPv6, the broadcast MAC address is not used. Instead, it should use the multicast address (see RFC RFC2464). Add IPV6_ALL_NODE_ETH_ADDR macro for clarity. Signed-off-by: Sean Edmond <seanedmond@microsoft.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>