From: Patrick McHardy Date: Fri, 11 Aug 2006 06:10:46 +0000 (-0700) Subject: [IPV4]: Increase number of possible routing tables to 2^32 X-Git-Tag: v2.6.19-rc1~1272^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af5a8c4a11cfed0c9a7f30fcfb689981750599c;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed