git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761965e
)
net: ipv4: export fib_lookup and fib_table_lookup
author
Florian Westphal
<fw@strlen.de>
Thu, 25 Aug 2011 11:46:12 +0000
(13:46 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Sun, 4 Dec 2011 21:43:33 +0000
(22:43 +0100)
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>
No differences found