aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_rules.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2011-08-25 13:46:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-04 22:43:33 +0100
commit6fc01438a94702bd160cb1b89203d9b97ae68ced (patch)
tree80ddedf18e0713a66126fbf7204f205db0648ead /net/ipv4/fib_rules.c
parenttcp: tcp_sendmsg() page recycling (diff)
downloadlinux-dev-6fc01438a94702bd160cb1b89203d9b97ae68ced.tar.xz
linux-dev-6fc01438a94702bd160cb1b89203d9b97ae68ced.zip
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>
Diffstat (limited to 'net/ipv4/fib_rules.c')
-rw-r--r--net/ipv4/fib_rules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c
index 46339ba7a2d3..799fc790b3cf 100644
--- a/net/ipv4/fib_rules.c
+++ b/net/ipv4/fib_rules.c
@@ -67,6 +67,7 @@ int fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res)
return err;
}
+EXPORT_SYMBOL_GPL(fib_lookup);
static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp,
int flags, struct fib_lookup_arg *arg)