diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-08 07:29:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-08 07:29:56 +0800 |
commit | 2701d8791dae984fcc4fcd4fd6ab6b20e54a0c6b (patch) | |
tree | d3b5233603123fbbee8d6371d57b0eb0da75a113 /net/Makefile | |
parent | ed3c2c0a6cb1e31163e18c0e120c875f2f1d1dd7 (diff) | |
download | freebsd-ports-gnome-2701d8791dae984fcc4fcd4fd6ab6b20e54a0c6b.tar.gz freebsd-ports-gnome-2701d8791dae984fcc4fcd4fd6ab6b20e54a0c6b.tar.zst freebsd-ports-gnome-2701d8791dae984fcc4fcd4fd6ab6b20e54a0c6b.zip |
New port: net/gateway6 free IPv6 tunnel
From README:
TSP is a control protocol used to establish and maintain
static tunnels. The Gateway6 Client is used on the host
computer to connect to a tunnel broker using the TSP protocol
and to get the information for its tunnel. When it receives
the information for the tunnel, the Gateway6 client creates
the static tunnel on its operating system.
The Gateway6 Client code is mostly identical for all client
platforms. However, creating the static tunnel is operating
system dependent and is done by a script called by the
Gateway6 Client. These scripts are located under the template
directory in the Gateway6 Client installation directory.
The script executed by the Gateway6 Client to configure the
tunnel interface is customized for each type of supported
operating system and takes care of all specifics for the
target operating system. On Unix systems, it is a shell
script. This separation of the binary and script enables
fast and easy additions of new operating systems, as has
been shown by the community contributions for many operating
systems.
WWW: http://www.go6.net/
PR: ports/114544
Submitted by: Michael Scholz <mike@fth-devel.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c0ca8757fd56..6d68d7b6a924 100644 --- a/net/Makefile +++ b/net/Makefile @@ -144,6 +144,7 @@ SUBDIR += gacxtool SUBDIR += gastman SUBDIR += gatekeeper + SUBDIR += gateway6 SUBDIR += generic-nqs SUBDIR += geotrace SUBDIR += ggsd |