diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-06-13 14:01:43 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-06-13 14:01:43 +0000 |
commit | 20ee7c7a9b5f1194697b9fc673b37c2575903f60 (patch) | |
tree | 03ce39cd0fe983310ac1654308f24eff87c19b0b /sys/netipx/ipx_if.h | |
parent | 7d990e0773e95c056a21a8c2ee853fb2a51595d4 (diff) | |
download | FreeBSD-src-20ee7c7a9b5f1194697b9fc673b37c2575903f60.zip FreeBSD-src-20ee7c7a9b5f1194697b9fc673b37c2575903f60.tar.gz |
Remove IPX over IP tunneling support, which allows IPX routing over IP
tunnels, and was not MPSAFE. The code can be easily restored in the
event that someone with an IPX over IP tunnel configuration can work
with me to test patches.
This removes one of five remaining consumers of NET_NEEDS_GIANT.
Approved by: re (kensmith)
Diffstat (limited to 'sys/netipx/ipx_if.h')
-rw-r--r-- | sys/netipx/ipx_if.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h index 07d1c73..8b5d16c 100644 --- a/sys/netipx/ipx_if.h +++ b/sys/netipx/ipx_if.h @@ -104,14 +104,6 @@ struct ipx_aliasreq { #define ETHERTYPE_IPX 0x8137 /* Only Ethernet_II Available */ -#ifdef IPXIP -struct ipxip_req { - struct sockaddr rq_ipx; /* must be ipx format destination */ - struct sockaddr rq_ip; /* must be ip format gateway */ - short rq_flags; -}; -#endif - #ifdef _KERNEL extern struct ipx_ifaddr *ipx_ifaddr; |