Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 18:45:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 275774] IPv4 Mapper address problem
Message-ID:  <bug-275774-7501-KwoTjpu7gG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275774-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275774-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=3D275774

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3159e314f194bd8db98dd4516f46350b2=
fbe44f0

commit 3159e314f194bd8db98dd4516f46350b2fbe44f0
Author:     Richard K=C3=BCmmel <R.Kuemmel@beckhoff.com>
AuthorDate: 2023-12-15 11:49:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-01-10 16:37:44 +0000

    Fix udp IPv4-mapped address

    Do not use the cached route if the destination isn't the same.
    This fix a problem where an UDP packet will be sent via the wrong route
    and interface if a previous one was sent via them.

    PR:     275774
    Reviewed by:    glebius, tuexen
    Sponsored by:   Beckhoff Automation GmbH & Co. KG

    (cherry picked from commit 7df9da47e8f04267330e1baa751f07c0c4aaf2ac)

 sys/netinet/udp_usrreq.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275774-7501-KwoTjpu7gG>