From f39dc46bcdfc10cd4ec67f0bdd358b10cf83972a Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 9 Jul 2000 13:29:44 +0000 Subject: [PATCH] add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}. --- lib/libc/gen/sysctl.3 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index b7b0d3ada43a..5528c5b8925c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.3,v 1.60 2000/07/03 06:23:33 enami Exp $ +.\" $NetBSD: sysctl.3,v 1.61 2000/07/09 13:29:44 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -869,6 +869,8 @@ The currently defined protocols and names are: .It icmp6 nd6_mmaxtries integer yes .It icmp6 nd6_useloopback integer yes .It icmp6 nodeinfo integer yes +.It icmp6 errppslimit integer yes +.It icmp6 nd6_maxnudhint integer yes .It udp6 sendspace integer yes .It udp6 recvspace integer yes .El @@ -994,6 +996,20 @@ local traffic. .It Li icmp6.nodeinfo The variable enables, or disables, kernel support for ICMPv6 node information query/reply. +.It Li icmp6.errppslimit +The variable specifies the maximum number of outgoing ICMPv6 error messages, +per second. +ICMPv6 error messages that exceeded the value is subject to rate limitation +and will not go out from the node. +.It Li icmp6.nd6_maxnudhint +IPv6 neighbor discovery permits upper layer protocols to supply reachability +hints, to avoid unnecessary neighbor discovery exchanges. +The variable defines the number of consecutive hints the neighbor discovery +layer will take. +For example, by setting the variable to 3, neighbor discovery layer +will take 3 consecutive hints in maximum. +After receiving 3 hints, neighbor discovery layer will perform +normal neighbor discovery process. .El .Pp We reuse net.*.tcp for