lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #39145] IGMP membership report for 224.0.0.1


From: Axel Lin
Subject: [lwip-devel] [bug #39145] IGMP membership report for 224.0.0.1
Date: Sat, 17 Dec 2016 13:52:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

Follow-up Comment #3, bug #39145 (project lwip):

Hi Dirk,
I see your commit for this fix.
However, I'm wondering if it's possible the allsystems group is not the first
entry:

static err_t
igmp_remove_group(struct netif* netif, struct igmp_group *group)
{
  err_t err = ERR_OK;

  /* Is it the first group? */
  if (netif_igmp_data(netif) == group) {
    netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_IGMP,
group->next);
  }

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?39145>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]