Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen bring in new net.inet6.icmp6.nodeinfo description.



details:   https://anonhg.NetBSD.org/src/rev/3219ff2f7f99
branches:  trunk
changeset: 516190:3219ff2f7f99
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Oct 18 09:14:29 2001 +0000

description:
bring in new net.inet6.icmp6.nodeinfo description.

diffstat:

 lib/libc/gen/sysctl.3 |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r b60e940bc5ea -r 3219ff2f7f99 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Thu Oct 18 09:12:13 2001 +0000
+++ b/lib/libc/gen/sysctl.3     Thu Oct 18 09:14:29 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.78 2001/09/16 02:57:05 wiz Exp $
+.\"    $NetBSD: sysctl.3,v 1.79 2001/10/18 09:14:29 itojun Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1047,8 +1047,20 @@
 If set to non-zero, kernel IPv6 stack will use loopback interface for
 local traffic.
 .It Li icmp6.nodeinfo
-The variable enables, or disables, kernel support for
-ICMPv6 node information query/reply.
+The variable enables responses to ICMPv6 node information queries.
+If you set the variable to 0, reponses 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 "12345"
+.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
 .It Li icmp6.errppslimit
 The variable specifies the maximum number of outgoing ICMPv6 error messages,
 per second.



Home | Main Index | Thread Index | Old Index