net: ipv4: export fib_lookup and fib_table_lookup
authorFlorian Westphal <fw@strlen.de>
Thu, 25 Aug 2011 11:46:12 +0000 (13:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 4 Dec 2011 21:43:33 +0000 (22:43 +0100)
commit6fc01438a94702bd160cb1b89203d9b97ae68ced
tree80ddedf18e0713a66126fbf7204f205db0648ead
parent761965eab38d2cbc59c36e355c59609e3a04705a
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 <fw@strlen.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/fib_rules.c
net/ipv4/fib_trie.c