FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
VOM::route::itf_flags_t Class Reference
+ Inheritance diagram for VOM::route::itf_flags_t:
+ Collaboration diagram for VOM::route::itf_flags_t:

Static Public Attributes

static const itf_flags_t NONE
 
static const itf_flags_t ACCEPT
 Path is accepting multicast traffic. More...
 
static const itf_flags_t FORWARD
 A local/for-us/recieve. More...
 

Additional Inherited Members

- Public Member Functions inherited from VOM::enum_base< itf_flags_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< itf_flags_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

Definition at line 207 of file route.hpp.

Field Documentation

◆ ACCEPT

const itf_flags_t VOM::route::itf_flags_t::ACCEPT
static

Path is accepting multicast traffic.

Definition at line 214 of file route.hpp.

◆ FORWARD

const itf_flags_t VOM::route::itf_flags_t::FORWARD
static

A local/for-us/recieve.

Definition at line 219 of file route.hpp.

◆ NONE

const itf_flags_t VOM::route::itf_flags_t::NONE
static

Definition at line 210 of file route.hpp.


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