diff options
author | 2014-07-21 20:39:59 +0000 | |
---|---|---|
committer | 2014-07-21 20:39:59 +0000 | |
commit | 8fff7e690add8fb5916d965e93ee7c3f40d8ef72 (patch) | |
tree | 315b923bbe051b32e9de97391984190674a0fa96 | |
parent | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't (diff) | |
download | wireguard-openbsd-8fff7e690add8fb5916d965e93ee7c3f40d8ef72.tar.xz wireguard-openbsd-8fff7e690add8fb5916d965e93ee7c3f40d8ef72.zip |
net.inet6.ip6.accept_rtadv is gone
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index ab0a752a03e..08c07358b9d 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,4 @@ -# $OpenBSD: rc.conf,v 1.193 2014/07/13 16:49:47 claudio Exp $ +# $OpenBSD: rc.conf,v 1.194 2014/07/21 20:39:59 naddy Exp $ # DO NOT EDIT THIS FILE!! # @@ -41,7 +41,6 @@ route6d_flags=NO # for normal use: "" # be sure to set net.inet6.ip6.forwarding=1 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.icmp6.rediraccept=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) sensorsd_flags=NO # for normal use: "" |