Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6
Conflicts: net/ipv4/route.c Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
@@ -563,12 +563,8 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,
|
||||
rcu_read_lock();
|
||||
{
|
||||
struct flowi fl = {
|
||||
.nl_u = {
|
||||
.ip4_u = {
|
||||
.daddr = nh->nh_gw,
|
||||
.scope = cfg->fc_scope + 1,
|
||||
},
|
||||
},
|
||||
.fl4_dst = nh->nh_gw,
|
||||
.fl4_scope = cfg->fc_scope + 1,
|
||||
.oif = nh->nh_oif,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user