FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | VOM::rc_t |
Error codes that VPP will return during a HW write. More... | |
struct | VOM::direction_t |
Feature Directions. More... | |
struct | VOM::handle_t |
A type declaration of an interface handle in VPP. More... | |
struct | VOM::mac_address_t |
Type def of a Ethernet address. More... | |
struct | VOM::l2_address_t |
Type def of a L2 address as read from VPP. More... | |
Namespaces | |
VOM | |
The VPP Object Model (VOM) library. | |
Macros | |
#define | VAPI_CALL(_stmt) |
Convenince wrapper macro for error handling in VAPI sends. More... | |
Enumerations | |
enum | VOM::dependency_t { VOM::dependency_t::GLOBAL = 0, VOM::dependency_t::INTERFACE, VOM::dependency_t::TUNNEL, VOM::dependency_t::TABLE, VOM::dependency_t::ACL, VOM::dependency_t::BINDING, VOM::dependency_t::ENTRY } |
There needs to be a strict order in which object types are read from VPP (at boot time) and replayed to VPP (if VPP restarts). More... | |
Functions | |
std::ostream & | VOM::operator<< (std::ostream &os, const direction_t &dir) |
Output ostream for direction_t. More... | |
std::ostream & | VOM::operator<< (std::ostream &os, const handle_t &h) |
ostream print of a handle_t More... | |
std::ostream & | VOM::operator<< (std::ostream &os, const mac_address_t &mac) |
Ostream operator for a MAC address. More... | |
std::ostream & | VOM::operator<< (std::ostream &os, const l2_address_t &l2) |
Ostream operator for a MAC address. More... | |
#define VAPI_CALL | ( | _stmt | ) |
Convenince wrapper macro for error handling in VAPI sends.