Re: bridge(4), IPSEC and splsoftnet()

2016-12-19 Thread Alexander Bluhm
On Mon, Dec 19, 2016 at 11:50:16AM +0100, Martin Pieuchot wrote: > bridge_ipsec() is always called at IPL_SOFTNET, so assert that rather > than calling splsoftnet() recursively. > > ok? OK bluhm@ > > Index: net/if_bridge.c > === >

bridge(4), IPSEC and splsoftnet()

2016-12-19 Thread Martin Pieuchot
bridge_ipsec() is always called at IPL_SOFTNET, so assert that rather than calling splsoftnet() recursively. ok? Index: net/if_bridge.c === RCS file: /cvs/src/sys/net/if_bridge.c,v retrieving revision 1.289 diff -u -p -r1.289