summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLoganaden Velvindron <logan@cvs.openbsd.org>2014-04-27 15:55:17 +0000
committerLoganaden Velvindron <logan@cvs.openbsd.org>2014-04-27 15:55:17 +0000
commitd1ba142993b1dcded175851a1cf9e4e85cd3e53d (patch)
tree84e69503addeba2cef8e08941f3c2678cce9b351 /lib
parent084ae9d41fb945b59ac31a306cd9126053453b67 (diff)
Document net.inet6.ip6.dad_pending.
OK from jmc@, and thanks to sthen@ for pointing out my mistake in the first version of the diff.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.313
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index a9c993d619e..f29e9bcc445 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.230 2014/04/19 16:20:08 logan Exp $
+.\" $OpenBSD: sysctl.3,v 1.231 2014/04/27 15:55:16 logan Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 19 2014 $
+.Dd $Mdocdate: April 27 2014 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -1671,6 +1671,7 @@ The currently defined protocols and names are:
.It ip6 Ta accept_rtadv Ta integer Ta yes
.It ip6 Ta auto_flowlabel Ta integer Ta yes
.It ip6 Ta dad_count Ta integer Ta yes
+.It ip6 Ta dad_pending Ta integer Ta yes
.It ip6 Ta defmcasthlim Ta integer Ta yes
.It ip6 Ta forwarding Ta integer Ta yes
.It ip6 Ta hdrnestlimit Ta integer Ta yes
@@ -1804,6 +1805,14 @@ This variable configures the number of IPv6 DAD
probe packets.
These packets are generated when IPv6 interfaces are first brought up.
.Pp
+.It Li ip6.dad_pending
+This variable displays the number of pending IPv6 DAD
+.Pq duplicated address detection
+before completion.
+It is used to make sure that DAD is completed before
+.Xr netstart 8
+is executed.
+.Pp
.It Li ip6.defmcasthlim
The default hop limit value for an IPv6 multicast packet sourced by the node.
This value applies to all the transport protocols on top of IPv6.