From: logan Date: Sun, 27 Apr 2014 15:55:16 +0000 (+0000) Subject: Document net.inet6.ip6.dad_pending. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=886d6f76cdd0c6213e38ba5cb61de854ff105431;p=openbsd 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. --- 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. diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 5a45443ce4e..a3424573fb6 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.175 2014/04/19 16:20:08 logan Exp $ +.\" $OpenBSD: sysctl.8,v 1.176 2014/04/27 15:55:16 logan Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: April 19 2014 $ +.Dd $Mdocdate: April 27 2014 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -296,6 +296,7 @@ and a few require a kernel compiled with non-standard .It net.inet6.ip6.log_interval Ta integer Ta yes .It net.inet6.ip6.hdrnestlimit Ta integer Ta yes .It net.inet6.ip6.dad_count Ta integer Ta yes +.It net.inet6.ip6.dad_pending Ta integer Ta yes .It net.inet6.ip6.auto_flowlabel Ta integer Ta yes .It net.inet6.ip6.defmcasthlim Ta integer Ta yes .It net.inet6.ip6.use_deprecated Ta integer Ta yes