summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_proto.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_proto.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_proto.c')
-rw-r--r--sys/netipx/ipx_proto.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c
index 36e2b53..f5379d1 100644
--- a/sys/netipx/ipx_proto.c
+++ b/sys/netipx/ipx_proto.c
@@ -90,16 +90,6 @@ static struct protosw ipxsw[] = {
0, 0, 0, 0,
&ripx_usrreqs
},
-#ifdef IPTUNNEL
-#if 0
-{ SOCK_RAW, &ipxdomain, IPPROTO_IPX, PR_ATOMIC|PR_ADDR,
- iptun_input, rip_output, iptun_ctlinput, 0,
- 0,
- 0, 0, 0, 0,
- &rip_usrreqs
-},
-#endif
-#endif
};
static struct domain ipxdomain =
OpenPOWER on IntegriCloud