CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/21 03:05:23
Modified files:
sys/netinet : ip_icmp.c
Log message:
Stop using static variables in ICMP. While this is perfectly ok for
the moment because there might be at most one caller at a time, it
wont be so as soon as this part of the network stack is run in
parallel.
While here also reduce the difference with the icmp6 code adding a
redirect route.
ok mikeb@
