[Bug 289423] SO_BINTIME seems to not work for IPv6

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Sep 2025 16:50:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289423

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

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

commit cd02a8a9f8be2085d5242606a79668dc3720e7b0
Author:     Jonathan T. Looney <jtl@FreeBSD.org>
AuthorDate: 2025-09-12 17:49:17 +0000
Commit:     Jonathan T. Looney <jtl@FreeBSD.org>
CommitDate: 2025-09-15 16:46:03 +0000

    ip6: add SO_BINTIME support

    This adds support for obtaining timestamps from IPv6 packets using the
    SO_BINTIME socket option, bringing it in parity with IPv4 behavior.

    Enable testing the SO_BINTIME option in the relevant (manual) regression
    test.

    PR:             289423
    Reviewed by:    markj
    MFC after:      2 weeks
    Differential Revision:  https://reviews.freebsd.org/D52504

 sys/netinet6/ip6_input.c                           | 53 +++++++++++++++-------
 .../regression/sockets/udp_pingpong/udp_pingpong.c |  8 ++--
 2 files changed, 39 insertions(+), 22 deletions(-)

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