lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #49139] IGMP "All Systems" vs MLD "All Nodes" inconsis


From: Dirk Ziegelmeier
Subject: [lwip-devel] [bug #49139] IGMP "All Systems" vs MLD "All Nodes" inconsistency
Date: Thu, 29 Sep 2016 19:26:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #2, bug #49139 (project lwip):

Regarding the second part (merging the callbacks):

Problem is IGMP code only uses ip4_addr_t internally and MLD6 code uses
ip6_addr_t. But a common callback needs ip_addr_t. Consequence: Creation of
ip_addr_t on stack just for the callback, and the first thing the called
function does is "if IP_IS_V6(ip)" checking. So this change does not implement
an improvement.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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