git: 5a39bb39c9 - main - 12.4 Release notes: Add some general network changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 18:01:29 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=5a39bb39c98ed4cd1e95a16fa9c8e2093a0cd6a8 commit 5a39bb39c98ed4cd1e95a16fa9c8e2093a0cd6a8 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-11-12 17:00:50 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-12 17:00:50 +0000 12.4 Release notes: Add some general network changes --- website/content/en/releases/12.4R/relnotes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index d02ea396db..1de7161f09 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -272,6 +272,11 @@ This section describes changes that affect networking in FreeBSD. [[network-general]] === General Network +The man:dummynet[4] system facility had an out-of-bounds bug fixed as well as a bug regarding he validation of the length of socket options. + +The man:ipfilter[4] packet filter added the `SDT` and `DT5` man:dtrace[1] probes. It has grown the capacity of dumping a copy of ippool in ippool.conf format. From now on, man:ipfilter[4] only allow jails to manipulate ipfilter rules, NAT tables and ippools if the jail has its own VNET to improve security. A number of other improvements have been implemented. + +The man:netmap[4] framework had a fix for a TOCTOU vulnerability as well as a bug regarding an integer overflow. [[future-releases]] == General Notes Regarding Future FreeBSD Releases