ipv4: Remember FIB alias list head and table in lookup results.
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2011 00:10:03 +0000 (16:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2011 00:10:03 +0000 (16:10 -0800)
commit5b4704419cbd0b7597a91c19f9e8e8b17c1af071
tree94ee46905ba2a142bdf910fb26f7450c41ebc46a
parenta5e3c2aae23a3719105c1ae662c67ef282f213db
ipv4: Remember FIB alias list head and table in lookup results.

This will be used later to implement fib_select_default() in a
completely generic manner, instead of the current situation where the
default route is re-looked up in the TRIE/HASH table and then the
available aliases are analyzed.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_hash.c
net/ipv4/fib_lookup.h
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c