[Bug 293227] VNET jail regression on 14-STABLE from 14.3 using bridge and epair

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293227

--- Comment #12 from [email protected] ---
A commit in branch stable/15 references this bug:

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

commit ea75f726c432586632818bbcd84397ed126fd0a1
Author:     Timo Völker <[email protected]>
AuthorDate: 2026-02-19 14:15:10 +0000
Commit:     Michael Tuexen <[email protected]>
CommitDate: 2026-02-22 09:47:12 +0000

    icmp6: clear csum_flags on mbuf reuse

    When icmp6 sends an ICMPv6 message, it reuses the mbuf of the packet
    that triggered the ICMPv6 message and prepends an IPv6 and ICMPv6
    header. For a locally generated packet with checksum offloading, the
    mbuf still has csum_flags set indicating that a SCTP/TCP/UDP checksum
    has to be computed and inserted. Since this not the case anymore,
    csum_flags need to be cleared.

    PR:                     293227
    Reviewed by:            kp, zlei, tuexen
    Differential Revision:  https://reviews.freebsd.org/D55367

    (cherry picked from commit ada4dc77577f7162353e8c2916ba5c258b6210f0)

 sys/netinet6/icmp6.c | 1 +
 1 file changed, 1 insertion(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.