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:
commit
0134e89c7b
5245 changed files with 322648 additions and 169311 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue