summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysctl.3
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-09-16 07:25:34 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-09-16 07:25:34 +0000
commitf90418a9e264d2c0babb0d112322a5869143dd7a (patch)
tree35c95636c908373dc9aa788e9b98dc594080a578 /lib/libc/gen/sysctl.3
parenta22382d2d90525c9800102398daff04a5b18fbfc (diff)
downloadFreeBSD-src-f90418a9e264d2c0babb0d112322a5869143dd7a.zip
FreeBSD-src-f90418a9e264d2c0babb0d112322a5869143dd7a.tar.gz
Sort table and descriptions.
Pointed out by: bde
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r--lib/libc/gen/sysctl.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 6ece665..e682126 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -481,16 +481,21 @@ The currently defined protocols and names are:
.ne 1i
.Bl -column ProtocolXX VariableXX TypeXX ChangeableXX
.It Pa Protocol Variable Type Changeable
+.It icmp bmcastecho integer yes
+.It icmp maskrepl integer yes
.It ip forwarding integer yes
.It ip redirect integer yes
.It ip ttl integer yes
-.It icmp maskrepl integer yes
-.It icmp bmcastecho integer yes
.It udp checksum integer yes
.El
.Pp
The variables are as follows:
.Bl -tag -width "123456"
+.It Li icmp.bmcastecho
+Returns 1 if an ICMP echo request to a broadcast or multicast address is
+to be answered.
+.It Li icmp.maskrepl
+Returns 1 if ICMP network mask requests are to be answered.
.It Li ip.forwarding
Returns 1 when IP forwarding is enabled for the host,
meaning that the host is acting as a router.
@@ -502,11 +507,6 @@ and should normally be enabled on all systems.
The maximum time-to-live (hop count) value for an IP packet sourced by
the system.
This value applies to normal transport protocols, not to ICMP.
-.It Li icmp.maskrepl
-Returns 1 if ICMP network mask requests are to be answered.
-.It Li icmp.bmcastecho
-Returns 1 if an ICMP echo request to a broadcast or multicast address is
-to be answered.
.It Li udp.checksum
Returns 1 when UDP checksums are being computed and checked.
Disabling UDP checksums is strongly discouraged.
OpenPOWER on IntegriCloud