From owner-cvs-all@FreeBSD.ORG Sat Jul 31 20:27:38 2004 Return-Path: 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 7EB0916A4CE; Sat, 31 Jul 2004 20:27:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C5743D2D; Sat, 31 Jul 2004 20:27:38 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6VKRctD043916; Sat, 31 Jul 2004 20:27:38 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6VKRc8C043915; Sat, 31 Jul 2004 20:27:38 GMT (envelope-from sumikawa) Message-Id: <200407312027.i6VKRc8C043915@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 31 Jul 2004 20:27:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/dhcp6 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2004 20:27:38 -0000 sumikawa 2004-07-31 20:27:38 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/dhcp6 Makefile distinfo pkg-descr pkg-plist Log: kame-dhcp6 is an open-source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) developed by the KAME project. The implementation mainly conforms to the following standards: - RFC3315: Dynamic Host Configuration Protocol for IPv6 (DHCPv6) - RFC3319: Dynamic Host Configuration Protocol (DHCPv6) Options for Session Initiation Protocol (SIP) Servers - RFC3633: IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) - RFC3646: DNS Configuration options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Note that the current implementation does not support IPv6 address allocation by DHCPv6, and there is no plan to implement that feature at the moment. The main purpose of this implementation is to provide a way of IPv6 prefix delegation (RFC3633) and to provide some "stateless" configuration information such as DNS recursive server addresses. WWW: http://www.kame.net/ Revision Changes Path 1.1335 +1 -0 ports/net/Makefile 1.1 +39 -0 ports/net/dhcp6/Makefile (new) 1.1 +2 -0 ports/net/dhcp6/distinfo (new) 1.1 +22 -0 ports/net/dhcp6/pkg-descr (new) 1.1 +9 -0 ports/net/dhcp6/pkg-plist (new)