https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284872

--- Comment #4 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

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

commit 1776633438f24df09cb9815650891bcef0152874
Author:     Zhenlei Huang <z...@freebsd.org>
AuthorDate: 2025-02-22 19:26:33 +0000
Commit:     Zhenlei Huang <z...@freebsd.org>
CommitDate: 2025-02-22 19:26:33 +0000

    carp: Fix checking IPv4 multicast address

    An IPv4 address stored in `struct in_addr` is in network byte order but
    `IN_MULTICAST` wants host order.

    PR:             284872
    Reported by:    Steven Perreau
    Reported by:    Brett Merrick <brett.merr...@itcollective.nz>
    Reviewed by:    Franco Fichtner <fra...@opnsense.org>, ae, kp, glebius
    Tested by:      Steven Perreau
    Fixes:          137818006de5 carp: support unicast
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D49053

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

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

Reply via email to