CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/07/28 05:44:51
Modified files: sys/netinet6 : raw_ip6.c Log message: iDo not link an ICMP6 socket to the pf state. When multiple ICMP packets with a different ICMP ID are sent over the same raw socket, multiple states should be created. Put a similar check into rip6_output() like in the IPv4 case. OK mikeb@