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

ipv4: Add FIB nexthop exceptions.



In a regime where we have subnetted route entries, we need a way to
store persistent storage about destination specific learned values
such as redirects and PMTU values.

This is implemented here via nexthop exceptions.

The initial implementation is a 2048 entry hash table with relaiming
starting at chain length 5.  A more sophisticated scheme can be
devised if that proves necessary.

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