diff options
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e882fac..6ece665 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -479,12 +479,13 @@ The third level name is the protocol. The fourth level name is the variable name. The currently defined protocols and names are: .ne 1i -.Bl -column "Protocol nameXXXXXX" "Variable nameXXX" "integerXXX" -offset indent -.It Pa Protocol name Variable name Type Changeable +.Bl -column ProtocolXX VariableXX TypeXX ChangeableXX +.It Pa Protocol Variable Type Changeable .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 @@ -503,6 +504,9 @@ 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. |