diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 03:14:57 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 03:14:57 +0000 |
commit | 2a5860de93322aa2b9226b360ef8f3fc79dc22c3 (patch) | |
tree | 394bbaa7fb59a242a92082983f0451d4774c71d1 /net/tund/Makefile | |
parent | 0cbcae9508d6c1a1a6a9ec43a49a92899da04bbe (diff) | |
download | FreeBSD-ports-2a5860de93322aa2b9226b360ef8f3fc79dc22c3.zip FreeBSD-ports-2a5860de93322aa2b9226b360ef8f3fc79dc22c3.tar.gz |
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>
Diffstat (limited to 'net/tund/Makefile')
-rw-r--r-- | net/tund/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile new file mode 100644 index 0000000..b6d0c9b --- /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> |