[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01134) Re: IPv6 Routing Table
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 01134) Re: IPv6 Routing Table
- From: Yuji Sekiya <sekiya@xxxxxxxxxxxxxx>
- Date: Tue, 08 Jan 2002 18:00:32 +0900
- In-reply-to: <20020102130546.95472.qmail@web10702.mail.yahoo.com>
- Organization: Keio University
- References: <20020102130546.95472.qmail@web10702.mail.yahoo.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryōmae) APEL/10.3 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (AOI)
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