[PATCH net-2.6.25 7/19] [IPV4] Unify access to the routing tables.

2008-01-09 Thread Denis V. Lunev
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 <[EMAIL PROTECTED]> Acked-by:

[PATCH net-2.6.25 7/19] [IPV4] Unify access to the routing tables.

2007-12-19 Thread Denis V. Lunev
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 <[EMAIL PROTECTED]> Signed-off