Date: Tue, 15 Jan 2019 06:48:58 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233535] Fix refcount leak in IPv6 MLD code leading to loss of IPv6 connectivity Message-ID: <bug-233535-7501-YvcJ7jhrja@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233535-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-233535-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233535 --- Comment #36 from Andrey V. Elsukov <ae@FreeBSD.org> --- (In reply to Hans Petter Selasky from comment #33) > Can you try playing with promiscious mode when there is no ping6 response? This won't help. icmp6_input() will drop multicast packets if destination address is targeted to group that we didn't join, even if ether_input() han= dled packet and put it into IP6 netisr queue. # netstat -sp ip6 | grep multicast 192 multicast packets which we don't join --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233535-7501-YvcJ7jhrja>