CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/04 08:10:15
Modified files:
sys/net : pf.c
Log message:
Revert previous, it exposed two edge cases still requiring the
KERNEL_LOCK().
- radix_node_head are still allocated with malloc(9) and pf_table can
free(9) some.
- pfsync(4) might send some traffic which can exercise IPsec code
Found by bluhm@ and Hrvoje Popovski
