FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Special path types. More...
Static Public Attributes | |
static const special_t | STANDARD |
A standard path type. More... | |
static const special_t | LOCAL |
A local/for-us/recieve. More... | |
static const special_t | DROP |
drop path More... | |
static const special_t | UNREACH |
a path will return ICMP unreachables More... | |
static const special_t | PROHIBIT |
a path will return ICMP prohibit More... | |
Additional Inherited Members | |
Public Member Functions inherited from VOM::enum_base< special_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< special_t > | |
enum_base (int value, const std::string desc) | |
Constructor of an enum - takes value and string description. More... | |
virtual | ~enum_base () |
Constructor. More... | |
|
static |
|
static |
|
static |
|
static |
|
static |