ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d2d68ba9fe
commit
ba3f7f04ef
6 changed files with 5 additions and 13 deletions
|
@ -1836,9 +1836,6 @@ static struct rtable *__mkroute_output(const struct fib_result *res,
|
|||
|
||||
rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0);
|
||||
|
||||
if (fl4->flowi4_flags & FLOWI_FLAG_RT_NOCACHE)
|
||||
rth->dst.flags |= DST_NOCACHE;
|
||||
|
||||
return rth;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue