Skip to content
  1. Jul 19, 2012
  2. Jul 18, 2012
  3. Jul 17, 2012
    • David S. Miller's avatar
      ipv4: Add FIB nexthop exceptions. · 4895c771
      David S. Miller authored
      
      
      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>
      4895c771