ad12aab6e9
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>
18 lines
333 B
Makefile
18 lines
333 B
Makefile
# 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>
|