CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/10 11:49:42
Modified files:
sys/net : pf_lb.c
Log message:
Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The
types ICMP_ECHO and ICMP6_ECHO_REQUEST have their special meaning
only if the protocol matches.
Put an #ifdef INET6 around ICMP6_ECHO_REQUEST to make the kernel
without IPv6 compile.
OK henning@
