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 | |
parent | 575827cfc6b35a63328df8cec23f1309bfbf6ea1 (diff) |
add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}
-rw-r--r-- | lib/libc/gen/sysctl.3 | 18 | ||||
-rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
2 files changed, 20 insertions, 2 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 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 415f7349ad0..5d36fb71023 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.51 2000/06/14 17:17:05 provos Exp $ +.\" $OpenBSD: sysctl.8,v 1.52 2000/07/09 13:34:10 itojun Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -218,6 +218,8 @@ privilege can change the value. .It net.inet6.icmp6.nd6_mmaxtries integer yes .It net.inet6.icmp6.nd6_useloopback integer yes .It net.inet6.icmp6.nodeinfo integer yes +.It net.inet6.icmp6.errppslimit integer yes +.It net.inet6.icmp6.nd6_maxnudhint integer yes .It net.ipx.ipx.checksum integer yes .It net.ipx.ipx.forwarding integer yes .It net.ipx.ipx.netbios integer yes |