FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
VOM::vxlan_tunnel::mode_t Struct Reference

mode for the tunnel More...

+ Inheritance diagram for VOM::vxlan_tunnel::mode_t:
+ Collaboration diagram for VOM::vxlan_tunnel::mode_t:

Public Member Functions

 ~mode_t ()=default
 
- Public Member Functions inherited from VOM::enum_base< mode_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...
 

Static Public Attributes

static const mode_t STANDARD
 
static const mode_t GBP_L2
 
static const mode_t GBP_L3
 
static const mode_t GPE
 

Additional Inherited Members

- Protected Member Functions inherited from VOM::enum_base< mode_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

mode for the tunnel

Definition at line 81 of file vxlan_tunnel.hpp.

Constructor & Destructor Documentation

VOM::vxlan_tunnel::mode_t::~mode_t ( )
default

Field Documentation

const vxlan_tunnel::mode_t VOM::vxlan_tunnel::mode_t::GBP_L2
static

Definition at line 85 of file vxlan_tunnel.hpp.

const vxlan_tunnel::mode_t VOM::vxlan_tunnel::mode_t::GBP_L3
static

Definition at line 86 of file vxlan_tunnel.hpp.

const vxlan_tunnel::mode_t VOM::vxlan_tunnel::mode_t::GPE
static

Definition at line 87 of file vxlan_tunnel.hpp.

const vxlan_tunnel::mode_t VOM::vxlan_tunnel::mode_t::STANDARD
static

Definition at line 84 of file vxlan_tunnel.hpp.


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