From 2feee32f65c64873364997016a9aa8794fc9f5e0 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Sat, 31 Jul 2004 20:27:38 +0000 Subject: 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/ --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index e59ca4579059..a4c1dbd52dfd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -91,6 +91,7 @@ SUBDIR += dgd-lpmud SUBDIR += dgd-net SUBDIR += dhcp-agent + SUBDIR += dhcp6 SUBDIR += dhcpdump SUBDIR += dhcping SUBDIR += dictd -- cgit v1.2.3