FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
A entry in the ARP termination table of a Bridge Domain. More...
Public Types | |
typedef epg_id_t | key_t |
The key for a GBP endpoint group is its ID. More... | |
Public Member Functions | |
gbp_endpoint_group (epg_id_t epg_id, const interface &itf, const route_domain &rd, const bridge_domain &bd) | |
Construct a GBP endpoint_group. More... | |
gbp_endpoint_group (const gbp_endpoint_group &r) | |
Copy Construct. More... | |
~gbp_endpoint_group () | |
Destructor. More... | |
const key_t | key () const |
Return the object's key. More... | |
bool | operator== (const gbp_endpoint_group &bdae) const |
comparison operator More... | |
std::shared_ptr< gbp_endpoint_group > | singular () 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... | |
epg_id_t | id () const |
Get the ID of the EPG. More... | |
Static Public Member Functions | |
static std::shared_ptr< gbp_endpoint_group > | find (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_group > |
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... | |
A entry in the ARP termination table of a Bridge Domain.
Definition at line 36 of file gbp_endpoint_group.hpp.
The key for a GBP endpoint group is its ID.
Definition at line 42 of file gbp_endpoint_group.hpp.
VOM::gbp_endpoint_group::gbp_endpoint_group | ( | epg_id_t | epg_id, |
const interface & | itf, | ||
const route_domain & | rd, | ||
const bridge_domain & | bd | ||
) |
Construct a GBP endpoint_group.
Definition at line 27 of file gbp_endpoint_group.cpp.
VOM::gbp_endpoint_group::gbp_endpoint_group | ( | const gbp_endpoint_group & | r | ) |
Copy Construct.
Definition at line 39 of file gbp_endpoint_group.cpp.
VOM::gbp_endpoint_group::~gbp_endpoint_group | ( | ) |
Destructor.
Definition at line 48 of file gbp_endpoint_group.cpp.
|
static |
Dump all bridge_domain-doamin into the stream provided.
Definition at line 130 of file gbp_endpoint_group.cpp.
|
static |
Find the instnace of the bridge_domain domain in the OM.
Definition at line 118 of file gbp_endpoint_group.cpp.
epg_id_t VOM::gbp_endpoint_group::id | ( | ) | const |
Get the ID of the EPG.
Definition at line 61 of file gbp_endpoint_group.cpp.
const gbp_endpoint_group::key_t VOM::gbp_endpoint_group::key | ( | ) | const |
Return the object's key.
Definition at line 55 of file gbp_endpoint_group.cpp.
bool VOM::gbp_endpoint_group::operator== | ( | const gbp_endpoint_group & | bdae | ) | const |
comparison operator
Definition at line 67 of file gbp_endpoint_group.cpp.
|
virtual |
replay the object to create it in hardware
Implements VOM::object_base.
Definition at line 83 of file gbp_endpoint_group.cpp.
std::shared_ptr< gbp_endpoint_group > VOM::gbp_endpoint_group::singular | ( | ) | const |
Return the matching 'singular instance'.
Definition at line 124 of file gbp_endpoint_group.cpp.
|
virtual |
Convert to string for debugging.
Implements VOM::object_base.
Definition at line 92 of file gbp_endpoint_group.cpp.
|
friend |
Definition at line 152 of file gbp_endpoint_group.hpp.
|
friend |
It's the singular_db class that calls replay()
Definition at line 157 of file gbp_endpoint_group.hpp.