>Yes, the IPv6 code should get the address hash table, and its PCB >lookup code should be changed to match IPv4's. actually, we do local address lookup using routing table where quick lookup is necessary. IMHO we don't need to use hash tables (see ip6_input.c). itojun