]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove IPX over IP tunneling support, which allows IPX routing over IP
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 13 Jun 2007 14:01:43 +0000 (14:01 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 13 Jun 2007 14:01:43 +0000 (14:01 +0000)
commit2281b8f0546fb52f66cad2577ba98ab2bb73c959
tree03ce39cd0fe983310ac1654308f24eff87c19b0b
parent77764a595a2d001aad258933b07f3208a7fcdda3
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)
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/net/if_types.h
sys/netinet/in_proto.c
sys/netipx/ipx.h
sys/netipx/ipx_if.h
sys/netipx/ipx_ip.c [deleted file]
sys/netipx/ipx_ip.h [deleted file]
sys/netipx/ipx_usrreq.c