git: 9e469437993b - main - inet.4: drop "experimetal use" from net0 and net240 descriptions
Date: Mon, 11 Nov 2024 12:47:12 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=9e469437993bd17290d145fa7a615a68b2257875
commit 9e469437993bd17290d145fa7a615a68b2257875
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-11-10 15:41:02 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-11-11 12:46:58 +0000
inet.4: drop "experimetal use" from net0 and net240 descriptions
The sysctls enable any use of 0/8 and 240/4, not only experimental use.
Reviewed by: zlei
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47506
---
share/man/man4/inet.4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index a12dec49caea..c9267558d6f3 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -169,10 +169,10 @@ The following general variables are defined:
.It Va accept_sourceroute
Boolean: enable/disable accepting of source-routed IP packets (default false).
.It Va allow_net0
-Boolean: allow experimental use of addresses in 0.0.0.0/8 as endpoints,
+Boolean: allow use of addresses in 0.0.0.0/8 as endpoints,
and allow forwarding of packets with these addresses.
.It Va allow_net240
-Boolean: allow experimental use of addresses in 240.0.0.0/4 as endpoints,
+Boolean: allow use of addresses in 240.0.0.0/4 as endpoints,
and allow forwarding of packets with these addresses.
.It Va curfrags
Integer: Current number of IPv4 fragments across all reassembly queues