ethernet: Missing multicast addr assignment #13493
Labels
Area: drivers
Area: Device drivers
Area: network
Area: Networking
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Type: question
The issue poses a question regarding usage of RIOT
Description
PR #13383 fixed the unicast filtering for stm32, but at the same time blocked the filtering of multicast addresses. However, since NDP maps to a multicast address, the neighbor table remained empty, which prevented the sending of IPv6 packets.
PR #13487 then fixed this issue by reactivating the passing of all frames with a multicast address.
So far, an adequate multicast address assignment is missing in RIOT so that the stm32 has to filter for every frame containing a multicast address.
Useful links
None.
The text was updated successfully, but these errors were encountered: