aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 9794a2c60238..602473c92019 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2381,7 +2381,7 @@ static struct rtable *__mkroute_output(const struct fib_result *res,
2381 rth->fl.mark = oldflp->mark; 2381 rth->fl.mark = oldflp->mark;
2382 rth->rt_dst = fl->fl4_dst; 2382 rth->rt_dst = fl->fl4_dst;
2383 rth->rt_src = fl->fl4_src; 2383 rth->rt_src = fl->fl4_src;
2384 rth->rt_iif = oldflp->oif ? : dev_out->ifindex; 2384 rth->rt_iif = 0;
2385 /* get references to the devices that are to be hold by the routing 2385 /* get references to the devices that are to be hold by the routing
2386 cache entry */ 2386 cache entry */
2387 rth->dst.dev = dev_out; 2387 rth->dst.dev = dev_out;