From: Denis V. Lunev Date: Thu, 10 Jan 2008 11:23:38 +0000 (-0800) Subject: [IPV4]: Unify access to the routing tables. X-Git-Tag: v2.6.25-rc1~1162^2~810 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93456b6d7753def8760b423ac6b986eb9d5a4a95;p=pandora-kernel.git [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 Acked-by: Daniel Lezcano Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed