diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-11-10 15:41:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-11-11 12:46:58 +0000 |
commit | 9e469437993bd17290d145fa7a615a68b2257875 (patch) | |
tree | 7698ae566216ece425db35bdeb42adefafc5b879 | |
parent | 8eaeaf5c467866cf72701cdc34f7ab2ee3c2f123 (diff) |
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
-rw-r--r-- | share/man/man4/inet.4 | 4 |
1 files 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 |