summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-08 16:08:00 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-08 16:08:00 +0000
commit81fd844f2f897c4a87ce998bfe50f3f6bed2e908 (patch)
treeee900621db94a1c1b4c43d0c05a74bb2e8d5ce43 /lib
parent76d82f88b09c27bea589469b0e4d11e7a78a1ac6 (diff)
implement upper limit to icmp6 redirects (experimental, turned off)
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 8a0fba419b8..13e1ce3374c 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.62 2001/02/07 11:43:48 itojun Exp $
+.\" $OpenBSD: sysctl.3,v 1.63 2001/02/08 16:07:58 itojun Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1023,6 +1023,7 @@ is used when we have verified ICMPv6 too big messages.
.Li icmp6.mtudisc_lowat
is used when we have unverified ICMPv6 too big messages.
Verification is performed by using address/port pairs kept in connected pcbs.
+Negative value disables the upper limit.
.It Li icmp6.nd6_debug
If set to non-zero, kernel IPv6 neighbor discovery code will generate
debugging messages.