diff options
author | 2001-02-07 11:54:49 +0000 | |
---|---|---|
committer | 2001-02-07 11:54:49 +0000 | |
commit | 9b00bbc070b0b8e7f8244e0452d36b15b677a2d0 (patch) | |
tree | b17661f44288e67536537d9a01eac551c12a2e52 | |
parent | turn off duplicated address detection when interface address gets deleted. (diff) | |
download | wireguard-openbsd-9b00bbc070b0b8e7f8244e0452d36b15b677a2d0.tar.xz wireguard-openbsd-9b00bbc070b0b8e7f8244e0452d36b15b677a2d0.zip |
mention ND6_DEBUG
-rw-r--r-- | share/man/man4/options.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 709011e483a..c64db987b63 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.59 2001/01/05 03:09:08 dugsong Exp $ +.\" $OpenBSD: options.4,v 1.60 2001/02/07 11:54:49 itojun Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -669,6 +669,12 @@ enables multicast routing code as well. This option requires .Em INET at this moment, but it should not. +.It Cd options ND6_DEBUG +The option sets the default value of net.inet6.icmp6.nd6_debug to 1, +for debugging IPv6 neighbor discovery protocol handling. +See +.Xr sysctl 3 +for details. .It Cd option NS Include support for the Xerox XNS protocol stack. See |