lwIP - A Lightweight TCP/IP stack - Bugs: bug #54087, mld6 report sent from ::
You are not allowed to post comments on this tracker with your current authentication level.
bug #54087: mld6 report sent from ::
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Fri 08 Jun 2018 07:45:21 PM UTC | ||
Category: | IPv6 | Severity: | 3 - Normal |
Item Group: | Faulty Behaviour | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-11-27 | goldsimon | Summary | mld6 report send from :: | ![]() |
mld6 report sent from :: |
RFC 2710 says "All MLD messages described in this document are sent with a link-local IPv6 Source Address" (Chapter 3). However, we send the firs report from "::" as "nd6_adjust_mld_membership()" lets mld6 joind the group for TENTATIVE_1 (instead of waiting for VALID, which I'm not sure is correct).