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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index c58137391a3d..50f6d3adb474 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2031,7 +2031,6 @@ struct rtable *__ip_route_output_key(struct net *net, struct flowi4 *fl4)
2031 } 2031 }
2032 dev_out = net->loopback_dev; 2032 dev_out = net->loopback_dev;
2033 fl4->flowi4_oif = dev_out->ifindex; 2033 fl4->flowi4_oif = dev_out->ifindex;
2034 res.fi = NULL;
2035 flags |= RTCF_LOCAL; 2034 flags |= RTCF_LOCAL;
2036 goto make_route; 2035 goto make_route;
2037 } 2036 }