Implementation Report for draft-ietf-ipv6-privacy-addrs-v2 ---------------------------------------------------------- 1. Implementation Name: Linux 2.6.12 2. Submitter Name: Suresh Krishnan 3. Submitter E-mail: suresh.krishnan@ericsson.com 4. Code Origin: Linux INET6 (Open Source) 5. Features Implemented: Generation of temporary addresses (Section 3.3) Expiration of temporary addresses (Section 3.4) Regeneration of randomized interface identifiers (Section 3.5) 6. Tested Interoperability by Feature: A. Lifetime Management (Section 3.4) Lifetime management works as expected. New temporary address is created when the previously used temporary address is about to expire (REGEN_ADVANCE+DESYNC_FACTOR in advance). Tested against FreeBSD and Windows OS. B. DAD Operation (Section 3.3.) When a host using this implementation performs DAD in a network. the other hosts in the network do not see any difference in the requests and cannot determine whether the host is using a temporary address based on the DAD messages received. Tested against FreeBSD and Windows OS.