diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-04-29 14:22:41 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-04-29 14:36:50 +0000 |
| commit | 6c09b7608905af2eaff4b5dfa6cbbd42ce286db6 (patch) | |
| tree | 055f1f747ad871f14ab362c0103637072a2f06ed | |
| parent | 2783fb7e7321911b4159d7f41d1c80cae40a7552 (diff) | |
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
| -rw-r--r-- | RELNOTES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
