summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.h
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/netipx/ipx.h
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/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index c0ef822..77022b2 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -115,7 +115,7 @@
#define SO_HEADERS_ON_OUTPUT 2
#define SO_DEFAULT_HEADERS 3
#define SO_LAST_HEADER 4
-#define SO_IPXIP_ROUTE 5
+#define SO_IPXIP_ROUTE 5 /* No longer implemented. */
#define SO_SEQNO 6
#define SO_ALL_PACKETS 7
#define SO_MTU 8
OpenPOWER on IntegriCloud