Date: Tue, 02 Jan 2024 06:50:55 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 275774] IPv4 Mapper address problem Message-ID: <bug-275774-7501-iHXzjcXBxC@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 #10 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7df9da47e8f04267330e1baa751f07c0c= 4aaf2ac commit 7df9da47e8f04267330e1baa751f07c0c4aaf2ac Author: Richard K=C3=BCmmel <R.Kuemmel@beckhoff.com> AuthorDate: 2023-12-15 11:49:45 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-01-02 06:49:12 +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 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-iHXzjcXBxC>