summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-13 14:01:43 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-13 14:01:43 +0000
commit20ee7c7a9b5f1194697b9fc673b37c2575903f60 (patch)
tree03ce39cd0fe983310ac1654308f24eff87c19b0b /sys/netinet/in_proto.c
parent7d990e0773e95c056a21a8c2ee853fb2a51595d4 (diff)
downloadFreeBSD-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/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 28196ef..dbf9690 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -82,10 +82,6 @@ static struct pr_usrreqs nousrreqs;
#include <netipsec/ipsec.h>
#endif /* FAST_IPSEC */
-#ifdef IPXIP
-#include <netipx/ipx_ip.h>
-#endif
-
#ifdef SCTP
#include <netinet/in_pcb.h>
#include <netinet/sctp_pcb.h>
@@ -331,17 +327,6 @@ struct protosw inetsw[] = {
.pr_usrreqs = &rip_usrreqs
},
#endif
-#ifdef IPXIP
-{
- .pr_type = SOCK_RAW,
- .pr_domain = &inetdomain,
- .pr_protocol = IPPROTO_IDP,
- .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
- .pr_input = ipxip_input,
- .pr_ctlinput = ipxip_ctlinput,
- .pr_usrreqs = &rip_usrreqs
-},
-#endif
{
.pr_type = SOCK_RAW,
.pr_domain = &inetdomain,
OpenPOWER on IntegriCloud