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

inetpeer: Add redirect and PMTU discovery cached info.



Validity of the cached PMTU information is indicated by it's
expiration value being non-zero, just as per dst->expires.

The scheme we will use is that we will remember the pre-ICMP value
held in the metrics or route entry, and then at expiration time
we will restore that value.

In this way PMTU expiration does not kill off the cached route as is
done currently.

Redirect information is permanent, or at least until another redirect
is received.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7a71ed89
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