From bd21c6b3b102d4cd16ae7b296825bd9bf2a495b5 Mon Sep 17 00:00:00 2001 From: "Denis V. Lunev" Date: Tue, 22 Jan 2008 22:03:03 -0800 Subject: [PATCH] --- yaml --- r: 79513 b: refs/heads/master c: e30d3a0ccddbd458b3fb14c9b0229b01d97bad5b h: refs/heads/master i: 79511: fd4be8cb8ca9249329372a331e5fdc572438faff v: v3 --- [refs] | 2 +- trunk/include/net/ip_fib.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 60eed3fd3199..6d8f437a122b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d5ce8a0e97073169b5fe0b7c52bd020cdb017dfa +refs/heads/master: e30d3a0ccddbd458b3fb14c9b0229b01d97bad5b diff --git a/trunk/include/net/ip_fib.h b/trunk/include/net/ip_fib.h index a85912434189..be70b33b744c 100644 --- a/trunk/include/net/ip_fib.h +++ b/trunk/include/net/ip_fib.h @@ -222,15 +222,13 @@ extern const struct nla_policy rtm_ipv4_policy[]; extern void ip_fib_init(void); extern int fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif, struct net_device *dev, __be32 *spec_dst, u32 *itag); -extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); - -struct rtentry; /* Exported by fib_semantics.c */ extern int ip_fib_check_default(__be32 gw, struct net_device *dev); extern int fib_sync_down(__be32 local, struct net_device *dev, int force); extern int fib_sync_up(struct net_device *dev); extern __be32 __fib_res_prefsrc(struct fib_result *res); +extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); /* Exported by fib_{hash|trie}.c */ extern void fib_hash_init(void);