[Bug 233683] IPv6 ND neighbor solicitation messages fail to arrive

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Jul 2023 15:46:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233683

--- Comment #19 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9c9a76dc6873427b14f6c84397dd60ea8e529d8d

commit 9c9a76dc6873427b14f6c84397dd60ea8e529d8d
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2023-07-20 07:41:45 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-07-24 14:47:34 +0000

    mld: always commit state changes on leaving

    Resolve a race condition where we'd lose the Solicited-node multicast
    group subscription if we assigned the same IPv6 address twice.

    PR:             233683
    Reviewed by:    ae
    MFC after:      1 week
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision: https://reviews.freebsd.org/D41124

 sys/netinet6/mld6.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.