CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/12 09:14:42
Modified files:
sys/net : bfd.c
Log message:
Remove unneeded splsoftnet().
Global data structures are protected by the KERNEL_LOCK() and
route_input() already raises the IPL when it needs it.
ok phessler@
