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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 97cca8a03d94..7e1c0ed0ef70 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -1836,9 +1836,6 @@ static struct rtable *__mkroute_output(const struct fib_result *res,
1836 1836
1837 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0); 1837 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0);
1838 1838
1839 if (fl4->flowi4_flags & FLOWI_FLAG_RT_NOCACHE)
1840 rth->dst.flags |= DST_NOCACHE;
1841
1842 return rth; 1839 return rth;
1843} 1840}
1844 1841