diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2014-07-11 12:24:29 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2014-07-11 12:24:29 +0000 |
commit | d3df767434e2df1999de3460a2daa8fb4b63c3c7 (patch) | |
tree | 6b338ad4668c8436c7f7124c1a57c42eb57cfd73 /lib/libc/gen | |
parent | fdfbd2bd6a3dda0fa55c891b8a19aa1c0a61f6bf (diff) |
clean up after previous: zap rfc 4620 from sysctl(3) too.
ok jmc
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 7560b4814a8..bd8990ca131 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.236 2014/06/13 08:28:43 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.237 2014/07/11 12:24:28 benno Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 13 2014 $ +.Dd $Mdocdate: July 11 2014 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1664,7 +1664,6 @@ The currently defined protocols and names are: .It icmp6 Ta nd6_mmaxtries Ta integer Ta yes .It icmp6 Ta nd6_prune Ta integer Ta yes .It icmp6 Ta nd6_umaxtries Ta integer Ta yes -.It icmp6 Ta nodeinfo Ta integer Ta yes .It icmp6 Ta rediraccept Ta integer Ta yes .It icmp6 Ta redirtimeout Ta integer Ta yes .It ip6 Ta accept_rtadv Ta integer Ta yes @@ -1757,22 +1756,6 @@ This variable specifies the constant in IPv6 neighbor discovery specification .Pq RFC 4861 . .Pp -.It Li icmp6.nodeinfo -This variable enables responses to ICMPv6 node information queries. -If set to 0, responses will not be generated for -ICMPv6 node information queries. -Since node information queries can have a security impact, it is -possible to fine tune which responses should be answered. -Two separate bits can be set: -.Bl -tag -width "123" -offset indent -.It 1 -Respond to ICMPv6 FQDN queries, e.g.\& -.Li ping6 -w . -.It 2 -Respond to ICMPv6 node addresses queries, e.g.\& -.Li ping6 -a . -.El -.Pp .It Li icmp6.rediraccept If set to non-zero, the host will accept ICMPv6 redirect packets. Note that IPv6 routers will never accept ICMPv6 redirect packets, |