FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
VOM::gbp_recirc::type_t Struct Reference
+ Inheritance diagram for VOM::gbp_recirc::type_t:
+ Collaboration diagram for VOM::gbp_recirc::type_t:

Static Public Attributes

static const type_t INTERNAL
 Internal recirclation interfaces accept per-NAT translation traffic from the external/NAT EPG and inject into the private/NAT-inside EPG. More...
 
static const type_t EXTERNAL
 External recirculation interfaces accept post-NAT translation traffic from the internal EPG and inject into the NAT EPG. More...
 

Additional Inherited Members

- Public Member Functions inherited from VOM::enum_base< type_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...
 
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< type_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 35 of file gbp_recirc.hpp.

Field Documentation

◆ EXTERNAL

const gbp_recirc::type_t VOM::gbp_recirc::type_t::EXTERNAL
static

External recirculation interfaces accept post-NAT translation traffic from the internal EPG and inject into the NAT EPG.

Definition at line 49 of file gbp_recirc.hpp.

◆ INTERNAL

const gbp_recirc::type_t VOM::gbp_recirc::type_t::INTERNAL
static

Internal recirclation interfaces accept per-NAT translation traffic from the external/NAT EPG and inject into the private/NAT-inside EPG.

Definition at line 42 of file gbp_recirc.hpp.


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