When the kernel is compiled with options IPXIP, run the network stack

with Giant, as there is current unsafety in the IPX tunneled over IP
code.  There have been no reports of trouble, but there probably would
be if anyone were running this code at high speed on SMP systems.

MFC after:	3 days
This commit is contained in:
rwatson 2006-03-23 23:07:56 +00:00
parent 2b0d21fae4
commit ca9322eb00

View File

@ -75,6 +75,8 @@ __FBSDID("$FreeBSD$");
#include <netipx/ipx_ip.h>
#include <netipx/ipx_var.h>
NET_NEEDS_GIANT("ipx_ip");
static struct ifnet ipxipif;
static int ipxipif_units;