diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-15 10:49:03 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-15 10:49:03 +0000 |
| commit | 61a4defd549e94b2bc43b5e964ceca6a12241540 (patch) | |
| tree | de6599b93d2e926b858beafa6858eff9240177cf /lib/libc | |
| parent | bd9d336e408c5b3e3d81e66d745b7d30589f3c1a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 e882fac5f80b..6ece6656ef98 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. |
