Re: pf_ioctl.c: recursive splsoftnet()

2016-11-15 Thread Alexander Bluhm
On Tue, Nov 15, 2016 at 03:41:48PM +0100, Martin Pieuchot wrote: > Kill a bunch of recursive splsoftnet()s. pf_ioctl() already call > splsoftnet() and for the functions that are also called from pf_test() > the spl level is already IPL_SOFTNET. > > ok? OK bluhm@ > > Index: net/pf_if.c > ==

pf_ioctl.c: recursive splsoftnet()

2016-11-15 Thread Martin Pieuchot
Kill a bunch of recursive splsoftnet()s. pf_ioctl() already call splsoftnet() and for the functions that are also called from pf_test() the spl level is already IPL_SOFTNET. ok? Index: net/pf_if.c === RCS file: /cvs/src/sys/net/pf_i