Skip to content
Commit d2d68ba9 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Cache input routes in fib_info nexthops.



Caching input routes is slightly simpler than output routes, since we
don't need to be concerned with nexthop exceptions.  (locally
destined, and routed packets, never trigger PMTU events or redirects
that will be processed by us).

However, we have to elide caching for the DIRECTSRC and non-zero itag
cases.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f2bb4bed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment