From: Florian Westphal Date: Thu, 25 Aug 2011 11:46:12 +0000 (+0200) Subject: net: ipv4: export fib_lookup and fib_table_lookup X-Git-Tag: v3.3-rc1~182^2~125^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc01438a94702bd160cb1b89203d9b97ae68ced;p=pandora-kernel.git net: ipv4: export fib_lookup and fib_table_lookup The reverse path filter module will use fib_lookup. If CONFIG_IP_MULTIPLE_TABLES is not set, fib_lookup is only a static inline helper that calls fib_table_lookup, so export that too. Signed-off-by: Florian Westphal Acked-by: David S. Miller Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed