CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/03/23 07:40:43
Modified files: sys/netinet6 : in6_proto.c Log message: Don't process ICMP6 redirects by default anymore. This is in line with what we do for IPv4. rtsol will turn it back on if -F is used. After discussion with bluhm@, fgsch@, sthen@ and deraadt@ OK sthen@