Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2025 15:47:04 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: fbd5991dc9 - main - releases/15.0R/relnotes: '*.bind_all_fibs': Fix typo, improve description
Message-ID:  <692db878.31e6d.480493a0@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fbd5991dc97e44d6f645d22040154ff8f8c8e50b

commit fbd5991dc97e44d6f645d22040154ff8f8c8e50b
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-12-01 15:37:35 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-12-01 15:46:23 +0000

    releases/15.0R/relnotes: '*.bind_all_fibs': Fix typo, improve description
    
    Sponsored by:   The FreeBSD Foundation
---
 website/content/en/releases/15.0R/relnotes.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 5780477f95..9ad243973a 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -1275,8 +1275,9 @@ gitref:b2f7c53430c3[repository=src]
 {{< sponsored "Chelsio Communications" >}}
 
 The `net.inet.{tcp,udp,raw}.bind_all_fibs` tunables have been added.
-They modify socket behavior such that packets not originating from the an interface in the same FIB as the socket are ignored.
-TCP and UDP sockets belonging to different FIBs may also be bound to the same address.
+They default to 1 for backwards compatibility.
+Setting them to 0 modifies the corresponding protocol's socket behavior such that packets not originating from an interface in the same FIB as the socket are ignored.
+In this case, TCP and UDP sockets belonging to different FIBs may also be bound to the same address.
 The default behavior is unmodified.
 gitref:5dc99e9bb985[repository=src],
 gitref:08e638c089ab[repository=src],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692db878.31e6d.480493a0>