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>
This commit is contained in:
Chris Piazza 1999-08-02 03:14:57 +00:00
parent bad9eeb039
commit 2e4ddf6533
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20480
5 changed files with 29 additions and 0 deletions

18
net/tund/Makefile Normal file
View File

@ -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>

1
net/tund/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d

1
net/tund/pkg-comment Normal file
View File

@ -0,0 +1 @@
IP over UDP tunnel assistant

8
net/tund/pkg-descr Normal file
View File

@ -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

1
net/tund/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/tund