The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4cfdfd34472baa0970bb8163d44c295a4da02a15

commit 4cfdfd34472baa0970bb8163d44c295a4da02a15
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2025-02-06 14:47:54 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2025-02-06 16:25:42 +0000

    RELNOTES: Add an entry for the new bind_all_fibs tunables
    
    Sponsored by:   Klara, Inc.
    Sponsored by:   Stormshield
---
 RELNOTES | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 4a075563b91e..6cf100482a26 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,13 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+5dc99e9bb985, 08e638c089a, 4009a98fe80:
+       The net.inet.{tcp,udp,raw}.bind_all_fibs tunables have been added.
+       They modify socket behavior such that packets not originating from the
+       same FIB as the socket are ignored.  TCP and UDP sockets belonging to
+       different FIBs may also be bound to the same address.  The default
+       behavior is unmodified.
+
 f87bb5967670, e51036fbf3f8:
        Support for vinum volumes has been removed.
 

Reply via email to