summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-02 03:14:57 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-02 03:14:57 +0000
commit2e4ddf6533383fdb3703dc6bd5013745d714e74e (patch)
tree355136a771916f29b659e59a07ee1df9fd63a118 /net
parentupgrade to 2.8.3dev5 (diff)
Import of tund.
TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov <ks@itp.ac.ru>
Notes
Notes: svn path=/head/; revision=20480
Diffstat (limited to 'net')
-rw-r--r--net/tund/Makefile18
-rw-r--r--net/tund/distinfo1
-rw-r--r--net/tund/pkg-comment1
-rw-r--r--net/tund/pkg-descr8
-rw-r--r--net/tund/pkg-plist1
5 files changed, 29 insertions, 0 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile
new file mode 100644
index 000000000000..b6d0c9b892a9
--- /dev/null
+++ b/net/tund/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: tund
+# Version required: 0.11
+# Date created: 20 July 1999
+# Whom: Sergey Kosyakov <ks@itp.ac.ru>
+#
+# $Id$
+#
+
+DISTNAME= tund-0.11
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/
+
+MAINTAINER= ks@itp.ac.ru
+
+MAN8= tund.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
diff --git a/net/tund/distinfo b/net/tund/distinfo
new file mode 100644
index 000000000000..4d8106150265
--- /dev/null
+++ b/net/tund/distinfo
@@ -0,0 +1 @@
+MD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d
diff --git a/net/tund/pkg-comment b/net/tund/pkg-comment
new file mode 100644
index 000000000000..be15ff3691b6
--- /dev/null
+++ b/net/tund/pkg-comment
@@ -0,0 +1 @@
+IP over UDP tunnel assistant
diff --git a/net/tund/pkg-descr b/net/tund/pkg-descr
new file mode 100644
index 000000000000..694a4c50786f
--- /dev/null
+++ b/net/tund/pkg-descr
@@ -0,0 +1,8 @@
+TUND allows to organize IP over IP tunnel (IP packets are incapsulated
+into UDP one). It works together with FreeBSD ipfw(8). Can be used
+for tunneling private networks behind NATD.
+
+WWW: http://www.chg.ru/~ks/tund
+
+Sergey Kosyakov
+ks@itp.ac.ru
diff --git a/net/tund/pkg-plist b/net/tund/pkg-plist
new file mode 100644
index 000000000000..05ad07a924aa
--- /dev/null
+++ b/net/tund/pkg-plist
@@ -0,0 +1 @@
+sbin/tund