Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2025 16:27:38 GMT
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: 4cfdfd34472b - main - RELNOTES: Add an entry for the new bind_all_fibs tunables
Message-ID:  <202502061627.516GRcDU095556@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

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

commit 4cfdfd34472baa0970bb8163d44c295a4da02a15
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-02-06 14:47:54 +0000
Commit:     Mark Johnston <markj@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502061627.516GRcDU095556>