From c4d08bc5079eea9be23e981ac283d1cd082dc4bc Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 12 Oct 1999 00:45:31 +0000 Subject: [PATCH] tiny fix. --- IMPLEMENTATION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IMPLEMENTATION b/IMPLEMENTATION index 8957360e6b..cc3a49a0ff 100644 --- a/IMPLEMENTATION +++ b/IMPLEMENTATION @@ -2,7 +2,7 @@ KAME Project http://www.kame.net/ - $Date: 1999/10/12 00:44:40 $ + $Date: 1999/10/12 00:45:31 $ 1. IPv6 @@ -276,7 +276,7 @@ See 1.2 in the document for relationship between DAD and autoconfiguration. 1.4.3 DHCPv6 -DHCPv6 itself needs more work. We supply a tiny DHCPv6 server/client +DHCPv6 itself needs more work. We supply a tiny DHCPv6 server/client in kame/dhcp6. However, the implementation is very premature (for example, this does NOT implement address lease/release), and it is not in default compilation tree. If you want to experiment, compile it on your own.