diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 11:17:23 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 11:17:23 +0800 |
commit | 357822a375d93ce088f10ec847d276b2d27ce164 (patch) | |
tree | 64d0fc5abb3264020c8ef0dc493dd623e5688bba | |
parent | 2b3725cbf502ed0a3fd6a9ad9f1774ca0a107634 (diff) | |
download | freebsd-ports-gnome-357822a375d93ce088f10ec847d276b2d27ce164.tar.gz freebsd-ports-gnome-357822a375d93ce088f10ec847d276b2d27ce164.tar.zst freebsd-ports-gnome-357822a375d93ce088f10ec847d276b2d27ce164.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>
-rw-r--r-- | net/ip-tun/Makefile | 17 | ||||
-rw-r--r-- | net/ip-tun/distinfo | 1 | ||||
-rw-r--r-- | net/ip-tun/pkg-comment | 1 | ||||
-rw-r--r-- | net/ip-tun/pkg-descr | 8 | ||||
-rw-r--r-- | net/ip-tun/pkg-plist | 1 |
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 |