[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #43105] IGMP Membership General Query being ignored
From: |
Alex |
Subject: |
[lwip-devel] [bug #43105] IGMP Membership General Query being ignored |
Date: |
Fri, 29 Aug 2014 06:30:12 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.nongnu.org/bugs/?43105>
Summary: IGMP Membership General Query being ignored
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: arudzki
Submitted on: Fri 29 Aug 2014 06:30:11 GMT
Category: IPv4
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: 1.3.1
_______________________________________________________
Details:
In my project I join a single multicast group
I have noticed since adding a switch with IGMP Snooping onto my network that
IGMPv2 Membership General Queries on All hosts (224.0.0.1) addresses are being
ignored from my project devices running lwIP.
I managed to track the problem down to igmp.c - igmp_lookfor_group.
The if statement should be (group->interface == ifp) &&
(ip_addr_cmp(&(group->group_address), addr) || ip_addr_cmp(&allsystems,
addr))
so that the Membership Query on the All hosts address can pass through..
igmp_lookfor_group(...) blocks the Membership Query when it is called in
ip_input(...) and then would block again in igmp_input(...).
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?43105>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #43105] IGMP Membership General Query being ignored,
Alex <=