CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/10 06:10:52
Modified files:
sys/netinet : ip_icmp.c
Log message:
if_put after if_get in icmp input.
instead of chasing all the ways out of icmp_input, rename it to
icmp_input_if and call it from a wrapper that gets the ifp and puts
it after icmp_input_if call.
ok claudio@
