diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-07-09 13:34:11 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-07-09 13:34:11 +0000 |
commit | ca8e08b4f554e168107ed3cbda3104ecd1edd913 (patch) | |
tree | a1e47261e95297cfc435a0f0af470b21c6220749 /lib/libc/gen/sysctl.3 | |
parent | 575827cfc6b35a63328df8cec23f1309bfbf6ea1 (diff) |
add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a4f3f21a660..8154ec7e6f6 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.48 2000/06/26 19:26:48 provos Exp $ +.\" $OpenBSD: sysctl.3,v 1.49 2000/07/09 13:34:10 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -839,6 +839,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 .El .Pp The variables are as follows: @@ -949,6 +951,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 |