From ad12aab6e9f911153a0f864bd244bbb2e15366e4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 May 2000 03:17:23 +0000 Subject: 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 --- net/ip-tun/Makefile | 17 +++++++++++++++++ net/ip-tun/distinfo | 1 + net/ip-tun/pkg-comment | 1 + net/ip-tun/pkg-descr | 8 ++++++++ net/ip-tun/pkg-plist | 1 + 5 files changed, 28 insertions(+) create mode 100644 net/ip-tun/Makefile create mode 100644 net/ip-tun/distinfo create mode 100644 net/ip-tun/pkg-comment create mode 100644 net/ip-tun/pkg-descr create mode 100644 net/ip-tun/pkg-plist (limited to 'net') 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 +# +# $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 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 -- cgit v1.2.3