Re: [IPV4 03/06]: Increase number of possible routing tables to 2^32

2006-08-10 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 10 Aug 2006 21:30:01 +0200 (MEST) > [IPV4]: Increase number of possible routing tables to 2^32 > > Increase the number of possible routing tables to 2^32 by replacing the > fixed sized array of pointers by a hash table and replacing iterations

[IPV4 03/06]: Increase number of possible routing tables to 2^32

2006-08-10 Thread Patrick McHardy
[IPV4]: Increase number of possible routing tables to 2^32 Increase the number of possible routing tables to 2^32 by replacing the fixed sized array of pointers by a hash table and replacing iterations over all possible table IDs by hash table walking. Signed-off-by: Patrick McHardy <[EMAIL PROTE