summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-03-08 06:58:22 +0000
committertjr <tjr@FreeBSD.org>2003-03-08 06:58:22 +0000
commita7246ed45b4e70820cc609b9abd0dc340fd24782 (patch)
tree46cb21e953b3d94028c78498a31a4bad7044005f /sys/netipx/ipx_usrreq.c
parent471eab186865eefb189ac9c549a17b283ff5af57 (diff)
downloadFreeBSD-src-a7246ed45b4e70820cc609b9abd0dc340fd24782.zip
FreeBSD-src-a7246ed45b4e70820cc609b9abd0dc340fd24782.tar.gz
Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index f0c803a..019470b 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -404,13 +404,6 @@ ipx_ctloutput(so, sopt)
error = ipxip_route(so, sopt);
break;
#endif /* IPXIP */
-#ifdef IPTUNNEL
-#if 0
- case SO_IPXTUNNEL_ROUTE:
- error = ipxtun_route(so, sopt);
- break;
-#endif
-#endif
default:
error = EINVAL;
}
OpenPOWER on IntegriCloud