From: David S. Miller Date: Tue, 1 Feb 2011 23:15:39 +0000 (-0800) Subject: ipv4: Remove fib_hash. X-Git-Tag: v2.6.39-rc1~468^2~427 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3630b7c050d9c3564f143d595339fc06b888d6f3;p=pandora-kernel.git ipv4: Remove fib_hash. The time has finally come to remove the hash based routing table implementation in ipv4. FIB Trie is mature, well tested, and I've done an audit of it's code to confirm that it implements insert, delete, and lookup with the same identical semantics as fib_hash did. If there are any semantic differences found in fib_trie, we should simply fix them. I've placed the trie statistic config option under advanced router configuration. Signed-off-by: David S. Miller Acked-by: Stephen Hemminger --- Reading git-diff-tree failed