-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Area: driversArea: Device driversArea: Device driversArea: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)Type: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationType: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT
Description
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.
Metadata
Metadata
Assignees
Labels
Area: driversArea: Device driversArea: Device driversArea: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)Type: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationType: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT