Re: git: 79eff4ad64fc - main - netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.
Date: Sun, 15 Feb 2026 21:04:30 UTC
On Sat, Feb 14, 2026 at 04:03:58PM +0000, Bruce M Simpson wrote: B> The branch main has been updated by bms: B> B> URL: https://cgit.FreeBSD.org/src/commit/?id=79eff4ad64fc445ea78ed733e16482c45dbd5b50 B> B> commit 79eff4ad64fc445ea78ed733e16482c45dbd5b50 B> Author: Bruce M Simpson <bms@FreeBSD.org> B> AuthorDate: 2026-02-14 15:36:47 +0000 B> Commit: Bruce M Simpson <bms@FreeBSD.org> B> CommitDate: 2026-02-14 16:00:58 +0000 B> B> netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts. B> B> This is a non-functional change; it just returns the correct errno value B> where IPv6 multicast socket options were passed non-AF_INET6 arguments, B> in preparation for handling PR 193246 with a side-call into netinet as B> xnu currently does. Note: this actually is a functional change, we return a different error. May be non-algorithmic change.... -- Gleb Smirnoff