Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2022 18:01:29 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 5a39bb39c9 - main - 12.4 Release notes: Add some general network changes
Message-ID:  <202211121801.2ACI1Tl9010112@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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