From 9e469437993bd17290d145fa7a615a68b2257875 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 10 Nov 2024 10:41:02 -0500 Subject: [PATCH] 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