Namespace for FIB operations. More...
Classes | |
class | Default |
class | Entry |
Structure for FIB table entry, holding indexed list of available faces and their respective metrics. More... | |
class | EntryImpl |
FIB entry implementation with with additional references to the base container. More... | |
class | FaceMetric |
Structure holding various parameters associated with a (FibEntry, Face) tuple. More... | |
struct | FaceMetricByFace |
struct | FaceMetricContainer |
Typedef for indexed face container of Entry. More... | |
class | FibImpl |
Class implementing FIB functionality. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Entry &entry) |
std::ostream & | operator<< (std::ostream &os, const FaceMetric &metric) |
NS_OBJECT_ENSURE_REGISTERED (FibImpl) | |
Namespace for FIB operations.