[#] http://marc.info/?l=openbsd-cvs&m=140914827732101&w=2
openbsd-cvs(obsdave,2) — All
2014-08-27 18:55:08


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/27 08:04:16

Modified files:
distrib/miniroot: install.sh
etc/examples : sysctl.conf
etc : rc.conf
lib/libc/gen : sysctl.3
sbin/sysctl : sysctl.8
sys/netinet : icmp6.h
sys/netinet6 : icmp6.c in6_proto.c
usr.sbin/rtsold: rtsold.8 rtsold.c

Log message:
Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the same.
pointed out by & OK bluhm@; OK henning@