FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Types belonging to Routing. More...
Public Member Functions | |
bool | is_ipv4 () |
bool | is_ipv6 () |
Public Member Functions inherited from VOM::enum_base< l3_proto_t > | |
const std::string & | to_string () const |
convert to string format for debug purposes More... | |
bool | operator== (const enum_base &e) const |
Comparison operator. More... | |
enum_base & | operator= (const enum_base &e) |
Assignment. More... | |
bool | operator!= (const enum_base &e) const |
Comparison operator. More... | |
operator int () const | |
integer conversion operator More... | |
int | value () const |
Return the value of the enum - same as integer conversion. More... | |
Static Public Member Functions | |
static const l3_proto_t & | from_address (const boost::asio::ip::address &addr) |
Static Public Attributes | |
static const l3_proto_t | IPV4 |
static const l3_proto_t | IPV6 |
static const l3_proto_t | MPLS |
Additional Inherited Members | |
Protected Member Functions inherited from VOM::enum_base< l3_proto_t > | |
enum_base (int value, const std::string desc) | |
Constructor of an enum - takes value and string description. More... | |
virtual | ~enum_base () |
Constructor. More... | |
Types belonging to Routing.
An L3 protocol can be used to construct a prefix that is used to match packets are part of a route.
Definition at line 32 of file prefix.hpp.
|
static |
Definition at line 47 of file prefix.cpp.
bool VOM::l3_proto_t::is_ipv4 | ( | ) |
Definition at line 41 of file prefix.cpp.
bool VOM::l3_proto_t::is_ipv6 | ( | ) |
|
static |
Definition at line 35 of file prefix.hpp.
|
static |
Definition at line 36 of file prefix.hpp.
|
static |
Definition at line 37 of file prefix.hpp.