Classes | |
class | Entry |
Represents an entry in the FIB. More... | |
class | Fib |
Represents the Forwarding Information Base (FIB). More... | |
class | NextHop |
Represents a nexthop record in a FIB entry. More... | |
Typedefs | |
using | NextHopList = std::vector< NextHop > |
A collection of nexthops in a FIB entry. More... | |
Functions | |
static bool | nteHasFibEntry (const name_tree::Entry &nte) |
using nfd::fib::NextHopList = typedef std::vector<NextHop> |
A collection of nexthops in a FIB entry.
Definition at line 84 of file fib-entry.hpp.
|
inlinestatic |