summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2011-07-23 08:23:46 +0000
committerfgsch <fgsch@openbsd.org>2011-07-23 08:23:46 +0000
commit2d04f6f6778993240df563d9109580b7c1a0dc42 (patch)
treeed63fd1b8807c68f2fc16bbcab7f5d7cef796ffe
parentFix PMAPDEBUG compile (diff)
downloadwireguard-openbsd-2d04f6f6778993240df563d9109580b7c1a0dc42.tar.xz
wireguard-openbsd-2d04f6f6778993240df563d9109580b7c1a0dc42.zip
mention net.inet6.ip6.rediraccept as well around rtsold_flags.
sthen@ ok.
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 17b59c6c811..a9f5a53b1d2 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.158 2011/07/18 17:04:11 ajacoutot Exp $
+# $OpenBSD: rc.conf,v 1.159 2011/07/23 08:23:46 fgsch Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ldpd_flags=NO # for normal use: ""
@@ -33,6 +33,7 @@ route6d_flags=NO # for normal use: ""
rtsold_flags=NO # for normal use: interface
# be sure to set net.inet6.ip6.forwarding=0
# be sure to set net.inet6.ip6.accept_rtadv=1
+ # be sure to set net.inet6.ip6.rediraccept=1
lpd_flags=NO # for normal use: "" (or "-l" for debugging)
sensorsd_flags=NO # for normal use: ""
hotplugd_flags=NO # for normal use: ""