CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2010/08/05 11:21:19
Modified files: sys/net : pf.c Log message: In pf_icmp_mapping() the ICMP and ICMPv6 types shared the same number space. In fact they are independent and must be handled separately. Fix traceroute via pf by splitting pf_icmp_mapping() into IPv4 and IPv6 sections. ok henning@ mcbride@; tested mcbride@; sure deraadt@