![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Types belonging to Routing. More...
Namespaces | |
| ip_route_cmds | |
Data Structures | |
| class | ip_route |
| A IP route. More... | |
| class | path |
| A path for IP or MPLS routes. More... | |
| class | prefix_t |
| A prefix defintion. More... | |
Typedefs | |
| typedef uint32_t | table_id_t |
| type def the table-id More... | |
| typedef std::set< path > | path_list_t |
| A path-list is a set of paths. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ip_route::key_t &key) |
| std::ostream & | operator<< (std::ostream &os, const path_list_t &path_list) |
| ostream output for iterator More... | |
Variables | |
| static const table_id_t | DEFAULT_TABLE = 0 |
| The table-id for the default table. More... | |
Types belonging to Routing.
| typedef std::set<path> VOM::route::path_list_t |
| typedef uint32_t VOM::route::table_id_t |
type def the table-id
Definition at line 83 of file prefix.hpp.
| std::ostream & VOM::route::operator<< | ( | std::ostream & | os, |
| const ip_route::key_t & | key | ||
| ) |
| std::ostream & VOM::route::operator<< | ( | std::ostream & | os, |
| const path_list_t & | key | ||
| ) |
|
static |
The table-id for the default table.
Definition at line 88 of file prefix.hpp.