![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Types belonging to Routing. More...
Inheritance diagram for VOM::nh_proto_t:
Collaboration diagram for VOM::nh_proto_t:Static Public Member Functions | |
| static const nh_proto_t & | from_address (const boost::asio::ip::address &addr) |
Static Public Attributes | |
| static const nh_proto_t | IPV4 |
| static const nh_proto_t | IPV6 |
| static const nh_proto_t | MPLS |
| static const nh_proto_t | ETHERNET |
Additional Inherited Members | |
Public Member Functions inherited from VOM::enum_base< nh_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... | |
Protected Member Functions inherited from VOM::enum_base< nh_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.
A next-hop protocol describes the protocol of a peer to which packets are sent after matching a route.
Definition at line 31 of file prefix.hpp.
|
static |
Definition at line 90 of file prefix.cpp.
|
static |
Definition at line 37 of file prefix.hpp.
|
static |
Definition at line 34 of file prefix.hpp.
|
static |
Definition at line 35 of file prefix.hpp.
|
static |
Definition at line 36 of file prefix.hpp.