![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
A GBP Enpoint (i.e. More...
Inheritance diagram for VOM::gbp_subnet:
Collaboration diagram for VOM::gbp_subnet:Public Types | |
| typedef std::pair< route_domain::key_t, route::prefix_t > | key_t |
| The key for a GBP subnet; table and prefix. More... | |
Public Member Functions | |
| gbp_subnet (const route_domain &rd, const route::prefix_t &prefix) | |
| Construct an internal GBP subnet. More... | |
| gbp_subnet (const route_domain &rd, const route::prefix_t &prefix, const gbp_recirc &recirc, const gbp_endpoint_group &epg) | |
| Construct an external GBP subnet. More... | |
| gbp_subnet (const gbp_subnet &r) | |
| Copy Construct. More... | |
| ~gbp_subnet () | |
| Destructor. More... | |
| const key_t | key () const |
| Return the object's key. More... | |
| bool | operator== (const gbp_subnet &bdae) const |
| comparison operator More... | |
| std::shared_ptr< gbp_subnet > | 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... | |
Static Public Member Functions | |
| static std::shared_ptr< gbp_subnet > | 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_subnet > |
| 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... | |
| typedef std::pair<route_domain::key_t, route::prefix_t> VOM::gbp_subnet::key_t |
The key for a GBP subnet; table and prefix.
Definition at line 34 of file gbp_subnet.hpp.
| VOM::gbp_subnet::gbp_subnet | ( | const route_domain & | rd, |
| const route::prefix_t & | prefix | ||
| ) |
Construct an internal GBP subnet.
Definition at line 34 of file gbp_subnet.cpp.
| VOM::gbp_subnet::gbp_subnet | ( | const route_domain & | rd, |
| const route::prefix_t & | prefix, | ||
| const gbp_recirc & | recirc, | ||
| const gbp_endpoint_group & | epg | ||
| ) |
Construct an external GBP subnet.
Definition at line 44 of file gbp_subnet.cpp.
| VOM::gbp_subnet::gbp_subnet | ( | const gbp_subnet & | r | ) |
Copy Construct.
Definition at line 57 of file gbp_subnet.cpp.
| VOM::gbp_subnet::~gbp_subnet | ( | ) |
|
static |
Dump all bridge_domain-doamin into the stream provided.
Definition at line 164 of file gbp_subnet.cpp.
Here is the call graph for this function:
|
static |
Find the instnace of the bridge_domain domain in the OM.
Definition at line 152 of file gbp_subnet.cpp.
| const gbp_subnet::key_t VOM::gbp_subnet::key | ( | ) | const |
Return the object's key.
Definition at line 74 of file gbp_subnet.cpp.
Here is the caller graph for this function:| bool VOM::gbp_subnet::operator== | ( | const gbp_subnet & | bdae | ) | const |
comparison operator
Definition at line 80 of file gbp_subnet.cpp.
Here is the call graph for this function:
|
virtual |
replay the object to create it in hardware
Implements VOM::object_base.
Definition at line 97 of file gbp_subnet.cpp.
Here is the call graph for this function:| std::shared_ptr< gbp_subnet > VOM::gbp_subnet::singular | ( | ) | const |
Return the matching 'singular instance'.
Definition at line 158 of file gbp_subnet.cpp.
|
virtual |
Convert to string for debugging.
Implements VOM::object_base.
Definition at line 108 of file gbp_subnet.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 160 of file gbp_subnet.hpp.
|
friend |
It's the singular_db class that calls replay()
Definition at line 165 of file gbp_subnet.hpp.