Commit History

Author SHA1 Message Date
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt ae78a925eb Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 7 years ago
  Gregory Nutt 44d88abb83 This commit adds support for routing tables in files in a file system. This might be useful for customized, per-unit routing tables. 7 years ago
  Gregory Nutt 467c31637f Minor cleanup after laster squashed merge. 7 years ago
  Gregory Nutt 3aa18ef56e Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 7 years ago