FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
VOM::route::path::special_t Class Reference

Special path types. More...

+ Inheritance diagram for VOM::route::path::special_t:
+ Collaboration diagram for VOM::route::path::special_t:

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_baseoperator= (const enum_base &e)
 Assignment. More...
 
enum_baseoperator|= (const enum_base &e)
 bitwise or assignemnt More...
 
enum_base operator| (const enum_base &e1) const
 bitwise or 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...
 

Detailed Description

Special path types.

Definition at line 38 of file route.hpp.

Field Documentation

const path::special_t VOM::route::path::special_t::DROP
static

drop path

Definition at line 55 of file route.hpp.

const path::special_t VOM::route::path::special_t::LOCAL
static

A local/for-us/recieve.

Definition at line 50 of file route.hpp.

const path::special_t VOM::route::path::special_t::PROHIBIT
static

a path will return ICMP prohibit

Definition at line 65 of file route.hpp.

const path::special_t VOM::route::path::special_t::STANDARD
static

A standard path type.

this includes path types that use the next-hop and interface

Definition at line 45 of file route.hpp.

const path::special_t VOM::route::path::special_t::UNREACH
static

a path will return ICMP unreachables

Definition at line 60 of file route.hpp.


The documentation for this class was generated from the following files: