From owner-cvs-all Thu Sep 12 23:50:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD69D37B400; Thu, 12 Sep 2002 23:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D14D43E6E; Thu, 12 Sep 2002 23:50:24 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from freefall.freebsd.org (sumikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8D6oOJU037565; Thu, 12 Sep 2002 23:50:24 -0700 (PDT) (envelope-from sumikawa@freefall.freebsd.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8D6oObs037557; Thu, 12 Sep 2002 23:50:24 -0700 (PDT) Message-Id: <200209130650.g8D6oObs037557@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 12 Sep 2002 23:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/6to4 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2002/09/12 23:50:24 PDT Modified files: net Makefile Added files: net/6to4 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: The 6to4 script can be used to setup IPv6 on your home machine and net- work for exploring IPv6 without any registrations. 6to4 is a mechanism by which your IPv6 address(es) are derived from an assigned IPv4 address, and which involves automatic tunnelling to one or more remove 6to4 hubs, which will then forward your v6 packets on the 6bone etc. Replies are routed back to you over IPv4 via (possibly) other 6to4 capable remote gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. WWW: http://www.netbsd.org/packages/net/6to4/files/6to4.html PR: ports/40137 Submitted by: Kimura Fuyuki Revision Changes Path 1.1 +44 -0 ports/net/6to4/Makefile (new) 1.1 +3 -0 ports/net/6to4/distinfo (new) 1.1 +1 -0 ports/net/6to4/pkg-comment (new) 1.1 +10 -0 ports/net/6to4/pkg-descr (new) 1.1 +7 -0 ports/net/6to4/pkg-message (new) 1.1 +2 -0 ports/net/6to4/pkg-plist (new) 1.837 +1 -0 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message