Date: Fri, 05 Sep 2025 19:06:30 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 288558] icmp does not reset the fragment offset field when it is going to reply an ICMP packet Message-ID: <bug-288558-7501-br2ectLtHm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-288558-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-288558-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=3D288558 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D9feb2ac05b77a10f992107f2fbc1ab61c= 058f200 commit 9feb2ac05b77a10f992107f2fbc1ab61c058f200 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2025-08-18 17:15:39 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2025-09-05 19:05:15 +0000 icmp: clear offset and flags when reflecting a packet When reflecting a packet, use an offset of 0 and clear all three bits, in particular the DF bit. PR: 288558 Reviewed by: markj, zlei Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D51991 (cherry picked from commit b9a2d84b1bf7f9cf556e2f0b68023d5af8362797) sys/netinet/ip_icmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=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-288558-7501-br2ectLtHm>