Retire ip-tun port. Use gif(4) interfaces instead.

PR:		46850
Submitted by:	 Yu-Shun Wang <yushunwa@isi.edu>
This commit is contained in:
Tilman Keskinoz 2003-02-19 01:13:20 +00:00
parent e33281c24d
commit 2bb57ea9ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75837
7 changed files with 0 additions and 41 deletions

View file

@ -210,7 +210,6 @@
SUBDIR += icqnix
SUBDIR += icukrell
SUBDIR += imcom
SUBDIR += ip-tun
SUBDIR += ip6_int
SUBDIR += ipcad
SUBDIR += ipcalc

View file

@ -1,17 +0,0 @@
# New ports collection makefile for: ip-tun
# Date created: Feb 22 2000
# Whom: Yu-Shun Wang <yushunwa@isi.edu>
#
# $FreeBSD$
#
PORTNAME= ip-tun
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/xbone/software/ip-tun/
MAINTAINER= yushunwa@isi.edu
MAN8= ip-tun.8
.include <bsd.port.mk>

View file

@ -1 +0,0 @@
MD5 (ip-tun-1.0.tar.gz) = 9183f1f2f12d7c08f71214ccff7a9069

View file

@ -1,12 +0,0 @@
--- Makefile.orig Fri Jan 19 23:53:16 2001
+++ Makefile Fri Jan 19 23:53:33 2001
@@ -83,7 +83,8 @@
#
# Primary Author: Stephen Suryaputra
-CFLAGS = -g -O2 -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
+CFLAGS ?= -O2
+CFLAGS += -g -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
LDFLAGS =
LDLIBS =
PREFIX?= /usr/local

View file

@ -1 +0,0 @@
Userspace daemon providing an RFC-2003 IP-in-IP tunnel

View file

@ -1,8 +0,0 @@
Establishes an RFC-2003 style IP encapsulation tunnel using a tun(4)
kernel interface combined with divert sockets and IP firewall rules,
implemented in a user-space daemon. No kernel mods are required,
except enabling divert sockets, IPfirewalls, and a number of tun
interfaces.
- Joe Touch, Project Leader, X-Bone Group, USC/ISI
touch@isi.edu

View file

@ -1 +0,0 @@
bin/ip-tun