git: 26636c9c5c - main - 12.4 Release notes: Improve dummynet entry

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Sat, 19 Nov 2022 21:34:12 UTC
The branch main has been updated by salvadore (ports committer):

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

commit 26636c9c5c46a16b8fd426f9d84e3e5e67fb78ee
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-19 21:31:51 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-19 21:33:18 +0000

    12.4 Release notes: Improve dummynet entry
    
    - Split entry into multiple entries.
    - Add gitref and sponsor notes [1].
    
    Reported by:    grahamperrin [1]
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 60d486bbd8..a730980086 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -414,7 +414,13 @@ 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 the validation of the length of socket options.
+The man:dummynet[4] system facility had an out-of-bounds bug fixed.
+gitref:55351c2620c5c9387cacc47def0f8c0bcec237f0[repository=src]
+{{< sponsored "The FreeBSD Foundation" >}}
+
+The man:dummynet[4] system facility had a bug regarding the validation of the length of socket options fixed.
+gitref:3f22f161b936b6279a68d6e9439b30f2abb50cad[repository=src]
+{{< sponsored "The FreeBSD Foundation" >}}
 
 The man:ipfilter[4] packet filter added the `SDT` and `DT5` man:dtrace[1] probes. It now has the ability to dump a copy of ippool in ippool.conf format.
 From now on, to improve security, man:ipfilter[4] only allows jails to manipulate ipfilter rules, NAT tables, and ippools if the jail has its own VNET. A number of other improvements have been implemented.