CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/07/31 09:41:53
Modified files:
sys/net : if_bridge.c
sys/netinet : ip_input.c ip_output.c tcp_input.c udp_usrreq.c
sys/netinet6 : ip6_forward.c ip6_output.c
Log message:
Move bridge_broadcast and subsequently all IPsec SPD lookup code out
of the IPL_NET. pf_test should be no longer called under IPL_NET as
well. The problem became evident after the related issue was brought
up by David Hill <dhill at mindcry ! org>.
With input from and OK mpi. Tested by David and me.