FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
VOM::gbp_endpoint Class Reference

A entry in the ARP termination table of a Bridge Domain. More...

+ Inheritance diagram for VOM::gbp_endpoint:
+ Collaboration diagram for VOM::gbp_endpoint:

Public Types

typedef std::pair< interface::key_t, boost::asio::ip::address > key_t
 The key for a GBP endpoint; interface and IP. More...
 

Public Member Functions

 gbp_endpoint (const interface &itf, const boost::asio::ip::address &ip_addr, epg_id_t epg_id)
 Construct a GBP endpoint. More...
 
 gbp_endpoint (const gbp_endpoint &r)
 Copy Construct. More...
 
 ~gbp_endpoint ()
 Destructor. More...
 
const key_t key () const
 Return the object's key. More...
 
bool operator== (const gbp_endpoint &bdae) const
 comparison operator More...
 
std::shared_ptr< gbp_endpointsingular () const
 Return the matching 'singular instance'. More...
 
void replay (void)
 replay the object to create it in hardware More...
 
std::string to_string () const
 Convert to string for debugging. More...
 

Static Public Member Functions

static std::shared_ptr< gbp_endpointfind (const key_t &k)
 Find the instnace of the bridge_domain domain in the OM. More...
 
static void dump (std::ostream &os)
 Dump all bridge_domain-doamin into the stream provided. More...
 

Friends

class OM
 
class singular_db< key_t, gbp_endpoint >
 It's the singular_db class that calls replay() More...
 

Additional Inherited Members

- Protected Member Functions inherited from VOM::object_base
 object_base ()=default
 Constructable by derived classes only. More...
 
virtual ~object_base ()=default
 Destructor. More...
 

Detailed Description

A entry in the ARP termination table of a Bridge Domain.

Definition at line 35 of file gbp_endpoint.hpp.

Member Typedef Documentation

typedef std::pair<interface::key_t, boost::asio::ip::address> VOM::gbp_endpoint::key_t

The key for a GBP endpoint; interface and IP.

Definition at line 41 of file gbp_endpoint.hpp.

Constructor & Destructor Documentation

VOM::gbp_endpoint::gbp_endpoint ( const interface itf,
const boost::asio::ip::address &  ip_addr,
epg_id_t  epg_id 
)

Construct a GBP endpoint.

Definition at line 26 of file gbp_endpoint.cpp.

VOM::gbp_endpoint::gbp_endpoint ( const gbp_endpoint r)

Copy Construct.

Definition at line 36 of file gbp_endpoint.cpp.

VOM::gbp_endpoint::~gbp_endpoint ( )

Destructor.

Definition at line 44 of file gbp_endpoint.cpp.

+ Here is the call graph for this function:

Member Function Documentation

void VOM::gbp_endpoint::dump ( std::ostream &  os)
static

Dump all bridge_domain-doamin into the stream provided.

Definition at line 124 of file gbp_endpoint.cpp.

+ Here is the call graph for this function:

std::shared_ptr< gbp_endpoint > VOM::gbp_endpoint::find ( const key_t k)
static

Find the instnace of the bridge_domain domain in the OM.

Definition at line 112 of file gbp_endpoint.cpp.

const gbp_endpoint::key_t VOM::gbp_endpoint::key ( ) const

Return the object's key.

Definition at line 53 of file gbp_endpoint.cpp.

+ Here is the caller graph for this function:

bool VOM::gbp_endpoint::operator== ( const gbp_endpoint bdae) const

comparison operator

Definition at line 59 of file gbp_endpoint.cpp.

+ Here is the call graph for this function:

void VOM::gbp_endpoint::replay ( void  )
virtual

replay the object to create it in hardware

Implements VOM::object_base.

Definition at line 75 of file gbp_endpoint.cpp.

+ Here is the call graph for this function:

std::shared_ptr< gbp_endpoint > VOM::gbp_endpoint::singular ( ) const

Return the matching 'singular instance'.

Definition at line 118 of file gbp_endpoint.cpp.

std::string VOM::gbp_endpoint::to_string ( void  ) const
virtual

Convert to string for debugging.

Implements VOM::object_base.

Definition at line 84 of file gbp_endpoint.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Friends And Related Function Documentation

friend class OM
friend

Definition at line 144 of file gbp_endpoint.hpp.

friend class singular_db< key_t, gbp_endpoint >
friend

It's the singular_db class that calls replay()

Definition at line 149 of file gbp_endpoint.hpp.


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