diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-03-23 13:46:30 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-03-23 13:46:30 +0000 |
commit | c81a8a8e2acb769b8be703eed237c749dbf39318 (patch) | |
tree | 44563d1d0d9176535c6a5000e89b26788da6296b /etc | |
parent | 9fee07679b496b7653bf03ad2e560404c3e4673b (diff) |
Update since ICMP6 redirects are disabled by default now.
After discussion with bluhm@, fgsch@, sthen@ and deraadt@
claudio@ and sthen@ ok.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 7086747fe2e..7d2b5321b6b 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.49 2011/02/16 10:37:45 mikeb Exp $ +# $OpenBSD: sysctl.conf,v 1.50 2011/03/23 13:46:29 fgsch Exp $ # # This file contains a list of sysctl options the user wants set at # boot time. See sysctl(3) and sysctl(8) for more information on @@ -8,7 +8,7 @@ #net.inet.ip.mforwarding=1 # 1=Permit forwarding (routing) of IPv4 multicast packets #net.inet.ip.multipath=1 # 1=Enable IP multipath routing #net.inet.icmp.rediraccept=1 # 1=Accept ICMP redirects -#net.inet6.icmp6.rediraccept=0 # 0=Don't accept IPv6 ICMP redirects +#net.inet6.icmp6.rediraccept=1 # 1=Accept IPv6 ICMP redirects (for hosts) #net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of IPv6 packets #net.inet6.ip6.mforwarding=1 # 1=Permit forwarding (routing) of IPv6 multicast packets #net.inet6.ip6.multipath=1 # 1=Enable IPv6 multipath routing |