Subject: Re: CVS commit: syssrc
To: None <thorpej@zembu.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/03/2000 05:22:11
>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