• David S. Miller's avatar
    ipv4: Remove fib_hash. · 3630b7c0
    David S. Miller authored
    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: default avatarDavid S. Miller <davem@davemloft.net>
    Acked-by: default avatarStephen Hemminger <shemminger@vyatta.com>
    3630b7c0
Makefile 2.05 KB