[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01134) Re: IPv6 Routing Table



At Wed, 2 Jan 2002 05:05:46 -0800 (PST),
raja sekaran <rrajas@xxxxxxxxx> wrote:

Hello Raja,

>       How is the routing table implemention for IPv6(
> with regard to entries support and memory usuage ). 
> What will be datastructure used.  Is is same as IPv4.

No. Linux IPv6 routing structure is different from IPv4's.
IPv4 routing structure is based on hashed table mechanism and IPv6 
routing structure is based on RADIX tree.

-- Yuji Sekiya