]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Remove fib_hash.
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2011 23:15:39 +0000 (15:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2011 23:35:25 +0000 (15:35 -0800)
commitbba42b3f32cefe32a129a60a47ffd27571fdcf32
tree6c6144205d92e745303d79d136b0baed4b385193
parent7058f7eff5e539471790bc13cd8a03ac5ae1cb42
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 <davem@davemloft.net>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/fib_hash.c [deleted file]