| Summary: | [netinet6] [patch] Multicast loopback to own host broken | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Bernd Walter <ticso> | ||||
| Component: | kern | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ae, feld, glebius | ||||
| Priority: | Normal | ||||||
| Version: | 9.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Bernd Walter
2013-06-28 19:50:00 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net Over to maintainer(s). ae, glebius -- you seem to be active in IPv6 / multicast somewhat recently I was alerted via Twitter that a user has been applying this patch for a few years. Is it still relevant? If so, can you help get this into the tree? It doesn't seem to apply cleanly to head a the moment -- perhaps due to your recent multicast work Thanks!! I'll take a look. A commit references this bug: Author: ae Date: Thu May 7 14:17:44 UTC 2015 New revision: 282578 URL: https://svnweb.freebsd.org/changeset/base/282578 Log: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC. PR: 180065 MFC after: 1 week Changes: head/sys/netinet6/ip6_output.c A commit references this bug: Author: ae Date: Thu May 14 11:47:18 UTC 2015 New revision: 282894 URL: https://svnweb.freebsd.org/changeset/base/282894 Log: MFC r282578: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC. PR: 180065 Changes: _U stable/10/ stable/10/sys/netinet6/ip6_output.c A commit references this bug: Author: ae Date: Thu May 14 11:52:27 UTC 2015 New revision: 282895 URL: https://svnweb.freebsd.org/changeset/base/282895 Log: MFC r282578: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC. PR: 180065 Changes: _U stable/9/sys/ stable/9/sys/netinet6/ip6_output.c Fixed in head/, stable/10 and stable/9. Thanks! |