CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/09 02:04:48
Modified files:
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
sys/net : route.c
Log message:
Do not call splsoftnet() recursively, this won't work with a lock.
Timers configured via rt_timer_add(9) always run at IPL_SOFTNET, so
assert that rather than calling splsoftnet().
ok bluhm@
