lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #50220] mld6_leavegroup does not send ICMP6_TYPE_MLD,


From: Luc Revardel
Subject: [lwip-devel] [bug #50220] mld6_leavegroup does not send ICMP6_TYPE_MLD, even if last reporter
Date: Fri, 3 Feb 2017 14:14:16 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?50220>

                 Summary: mld6_leavegroup does not send ICMP6_TYPE_MLD, even
if last reporter
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: lrevardel
            Submitted on: Fri 03 Feb 2017 02:14:14 PM GMT
                Category: IPv6
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: 2.0.0

    _______________________________________________________

Details:

Issue:
mld6_leavegroup() should generate an ICMP6 packet (ICMP6_TYPE_MLD) when the
host is the last one that reported ICMP6_TYPE_MLR for the specified group.
This packet is never sent, even when the host is the last reporter.

Root cause:
group->last_reporter_flag is never set to one.

Possible fix:
As done for IGMP, this flag could be set to one in mld6_send(), when the sent
packet is ICMP6_TYPE_MLR.

Tested version: STABLE-2_0_0_RC2

Behavior observed while attempting a group leave on FF15::1, after successful
group add and no other host on the network.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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