Skip to content

ethernet: Missing multicast addr assignment #13493

@JannesVolkens

Description

@JannesVolkens

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

Labels

Area: driversArea: Device driversArea: networkArea: NetworkingType: bugThe 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 / documentationType: questionThe issue poses a question regarding usage of RIOT

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions