aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-01 11:17:23 +0800
committerSteve Price <steve@FreeBSD.org>2000-05-01 11:17:23 +0800
commitad12aab6e9f911153a0f864bd244bbb2e15366e4 (patch)
tree66d2f301f9e81be60dbaf862c9169ab893bdb39a /net
parent65fd636e83cb5dfce7b4f6b8849eee455784fbe9 (diff)
downloadfreebsd-ports-ad12aab6e9f911153a0f864bd244bbb2e15366e4.tar.gz
freebsd-ports-ad12aab6e9f911153a0f864bd244bbb2e15366e4.tar.zst
freebsd-ports-ad12aab6e9f911153a0f864bd244bbb2e15366e4.zip
Adding ip-tun version 1.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. PR: 17415 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Notes
Notes: svn path=/head/; revision=28213
Diffstat (limited to 'net')
-rw-r--r--net/ip-tun/Makefile17
-rw-r--r--net/ip-tun/distinfo1
-rw-r--r--net/ip-tun/pkg-comment1
-rw-r--r--net/ip-tun/pkg-descr8
-rw-r--r--net/ip-tun/pkg-plist1
5 files changed, 28 insertions, 0 deletions
diff --git a/net/ip-tun/Makefile b/net/ip-tun/Makefile
new file mode 100644
index 000000000000..82143b8063c6
--- /dev/null
+++ b/net/ip-tun/Makefile
@@ -0,0 +1,17 @@
+# 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>
diff --git a/net/ip-tun/distinfo b/net/ip-tun/distinfo
new file mode 100644
index 000000000000..9273932f04a9
--- /dev/null
+++ b/net/ip-tun/distinfo
@@ -0,0 +1 @@
+MD5 (ip-tun-1.0.tar.gz) = 9183f1f2f12d7c08f71214ccff7a9069
diff --git a/net/ip-tun/pkg-comment b/net/ip-tun/pkg-comment
new file mode 100644
index 000000000000..5ecfbb258e2d
--- /dev/null
+++ b/net/ip-tun/pkg-comment
@@ -0,0 +1 @@
+Userspace daemon providing an RFC-2003 IP-in-IP tunnel
diff --git a/net/ip-tun/pkg-descr b/net/ip-tun/pkg-descr
new file mode 100644
index 000000000000..5525c007f5bc
--- /dev/null
+++ b/net/ip-tun/pkg-descr
@@ -0,0 +1,8 @@
+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
diff --git a/net/ip-tun/pkg-plist b/net/ip-tun/pkg-plist
new file mode 100644
index 000000000000..9102882a979c
--- /dev/null
+++ b/net/ip-tun/pkg-plist
@@ -0,0 +1 @@
+bin/ip-tun