summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2016-02-14 20:05:55 +0000
committerreyk <reyk@openbsd.org>2016-02-14 20:05:55 +0000
commit493badd7d9647bc64ad98ea9a5fc0ae9b2a84068 (patch)
tree050bc3c400287eb28cbf80f8d9d2c7d41fd2d3de /usr.sbin/ospf6d
parenthttpd patterns double free (diff)
downloadwireguard-openbsd-493badd7d9647bc64ad98ea9a5fc0ae9b2a84068.tar.xz
wireguard-openbsd-493badd7d9647bc64ad98ea9a5fc0ae9b2a84068.zip
ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding.
OK jca@ jmc@ sthen@ claudio@
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r--usr.sbin/ospf6d/ospf6d.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5
index ed99c6cbffe..598aae206f6 100644
--- a/usr.sbin/ospf6d/ospf6d.conf.5
+++ b/usr.sbin/ospf6d/ospf6d.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6d.conf.5,v 1.11 2012/06/12 18:54:49 claudio Exp $
+.\" $OpenBSD: ospf6d.conf.5,v 1.12 2016/02/14 20:05:55 reyk Exp $
.\"
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 12 2012 $
+.Dd $Mdocdate: February 14 2016 $
.Dt OSPF6D.CONF 5
.Os
.Sh NAME
@@ -205,7 +205,7 @@ The
option is automatically enabled if either the
.Xr sysctl 8
variable
-.Va net.inet.ip.forwarding
+.Va net.inet6.ip6.forwarding
is set to a value different to 1 or if the FIB is not coupled.
.El
.Sh AREAS