Date: Tue, 18 Feb 2025 06:37:38 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 284872] [carp] Missing byte order correction causing certain unicast announcements to have invalid destination MAC address Message-ID: <bug-284872-227-El9LsxzIW9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284872-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284872 --- Comment #1 from Franco Fichtner <franco@opnsense.org> --- Nice find. There appear to be two instances of this problem: % git grep -n IN_MULTICAST sys/netinet/ip_carp.c | grep -v ntohl sys/netinet/ip_carp.c:858: multicast = IN_MULTICAST(sc->sc_carpaddr.s_addr); sys/netinet/ip_carp.c:1248: if (IN_MULTICAST(sc->sc_carpaddr.s_addr)) -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284872-227-El9LsxzIW9>
