git: fbd5991dc9 - main - releases/15.0R/relnotes: '*.bind_all_fibs': Fix typo, improve description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Dec 2025 15:47:04 UTC
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],