git: 8dc3f9cee8 - main - 13.2 relnotes: refine the part of modular FIB lookups
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 06:13:58 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/doc/commit/?id=8dc3f9cee835da94a4c82ff766ab5fdc84aa301c commit 8dc3f9cee835da94a4c82ff766ab5fdc84aa301c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-03-16 06:13:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-03-16 06:13:48 +0000 13.2 relnotes: refine the part of modular FIB lookups Since the man page of route(8) know has information how modular FIB lookups can be configured, its good to mention route(8). --- website/content/en/releases/13.2R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc index 16075e906f..2d7fe740cd 100644 --- a/website/content/en/releases/13.2R/relnotes.adoc +++ b/website/content/en/releases/13.2R/relnotes.adoc @@ -383,7 +383,7 @@ gitref:c31f8b7bd895[repository=src] Kernel modules dpdk_lpm4 and dpdk_lpm6 are now available and can be loaded via man:loader.conf[5]. They provide optimized routing functions for hosts with a very large amount of routing tables. -They are part of the modular FIB lookup mechanism. +They can be configured via man:route[8] and a part of the modular FIB lookup mechanism. gitref:0ca122044369[repository=src] There are numerous bug fixes in TCP and SCTP.