summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlogan <logan@openbsd.org>2014-04-27 15:55:16 +0000
committerlogan <logan@openbsd.org>2014-04-27 15:55:16 +0000
commit886d6f76cdd0c6213e38ba5cb61de854ff105431 (patch)
treebf8cd559ffd2f0f291590388e8746aca66124abb
parentzap a ton of silly Tn, and uppercase TTL; a few other minor tweaks along the (diff)
downloadwireguard-openbsd-886d6f76cdd0c6213e38ba5cb61de854ff105431.tar.xz
wireguard-openbsd-886d6f76cdd0c6213e38ba5cb61de854ff105431.zip
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.
-rw-r--r--lib/libc/gen/sysctl.313
-rw-r--r--sbin/sysctl/sysctl.85
2 files changed, 14 insertions, 4 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.
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