Date: Wed, 29 Apr 2026 14:37:34 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6c09b7608905 - main - RELNOTES: Add an entry for recent improvements to multicast routing Message-ID: <69f217ae.39271.16bdff42@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6c09b7608905af2eaff4b5dfa6cbbd42ce286db6 commit 6c09b7608905af2eaff4b5dfa6cbbd42ce286db6 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-04-29 14:22:41 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-04-29 14:36:50 +0000 RELNOTES: Add an entry for recent improvements to multicast routing Reviewed by: kevans Sponsored by; Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D56710 --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index e6e6f07c1d0f..d8c64f989830 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +4c486fe40267: + The multicast routing modules, ip_mroute and ip6_mroute, are now FIB-aware. + That is, there is a multicast routing table per FIB, rather than a global + table. One can run a multicast routing daemon within each FIB; the FIB of + the routing socket determines the corresponding multicast routing table. 65f5dd42f11c: sh(1) add -l option which makes sh act as a login shell and read the profile.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f217ae.39271.16bdff42>
