RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.95k stars 1.99k forks source link

gnrc_ipv6: Multicast is not forwarded if routing node listens to the address #4527

Open DipSwitch opened 8 years ago

DipSwitch commented 8 years ago

Currently if you send a broadcast to ff05::1 for example a routing node doesn't forward the packed if the router itself has the address assigned to it's receiving interface.

I'll create a pull-request later today to beter illustrate what I mean. :) However, thoughts on the subject are welcome :)

DipSwitch commented 8 years ago

Closed in favor of #4528

miri64 commented 8 years ago

Normally we connect an issue and a pull request by commenting "Fixes #". This way GitHub closes the issue as soon as it is fixed (i.e. the PR was merged.)

miri64 commented 8 years ago

4528 was adapted in https://github.com/RIOT-OS/RIOT/pull/5729, but it seems not seem to fix this issue...

bergzand commented 6 years ago

@miri64 Is this with the current implementation still an issue?

miri64 commented 6 years ago

Did not verify :-/

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

miri64 commented 5 years ago

Mh... this somewhat contradicts https://github.com/RIOT-OS/RIOT/issues/5230... I will try to figure out which one is true and fix.