commit | 93456b6d7753def8760b423ac6b986eb9d5a4a95 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Jan 10 03:23:38 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:01:26 2008 -0800 |
tree | 840a84aa88dda5a99834af4b6c9ac6cf75c90b98 | |
parent | 7b1a74fdbb9ec38a9780620fae25519fde4b21ee [diff] |
[IPV4]: Unify access to the routing tables. Replace the direct pointers to local and main tables with calls to fib_get_table() with appropriate argument. This doesn't introduce additional dereferences, but makes the access to fib tables uniform in any (CONFIG_IP_MULTIPLE_TABLES) case. Acked-by: Benjamin Thery <benjamin.thery@bull.net> Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>