diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-07-31 20:27:38 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-07-31 20:27:38 +0000 |
commit | 2feee32f65c64873364997016a9aa8794fc9f5e0 (patch) | |
tree | 068f61f4ffdb052491f3f543cd6615d1f92f6f77 /net/Makefile | |
parent | 423da2c5dd2af53c59fe7f45149ed7ed327ad054 (diff) | |
download | ports-2feee32f65c64873364997016a9aa8794fc9f5e0.tar.gz ports-2feee32f65c64873364997016a9aa8794fc9f5e0.zip |
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/
Notes
Notes:
svn path=/head/; revision=115178
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 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 |