CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/05 09:22:32
Modified files:
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
If an ICMP packet gets diverted to a raw IP socket, if must not be
consumed by icmp_input(). As an exception, control packets that
belong to a connection to a local socket must go to pr_ctlinput().
Add a switch over the ICMP type to handle that.
OK markus@ henning@
