Re: [PATCH v2] net: dhcp6: Send DHCPv6 using multicast MAC

2025-04-09 Thread Jerome Forissier
Hi Sean, On 3/24/25 21:48, seanedm...@linux.microsoft.com wrote: > From: Sean Edmond > > 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 > --- >

[PATCH v2] net: dhcp6: Send DHCPv6 using multicast MAC

2025-03-24 Thread seanedmond
From: Sean Edmond 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 --- include/net6.h | 10 ++ net/dhcpv6.c | 12 ++-- net/dhcpv6.h | 8