Browse Source

mention net.inet6.ip6.rediraccept as well around rtsold_flags.

sthen@ ok.
OPENBSD_5_0
fgsch 13 years ago
parent
commit
3c764b5a63
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc.conf

+ 2
- 1
src/etc/rc.conf View File

@ -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: ""


Loading…
Cancel
Save