|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_BRIDGE_DOMAIN_ENTRY_CMDS_H__
17 #define __VOM_BRIDGE_DOMAIN_ENTRY_CMDS_H__
23 #include <vapi/l2.api.vapi.hpp>
26 namespace bridge_domain_entry_cmds {
The VPP Object Model (VOM) library.
A cmd class that Dumps all the interface spans.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A base class for all RPC commands to VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A representation of the connection to VPP.
rc_t issue(connection &con)
Issue the command to VPP/HW.
sll srl srl sll sra u16x4 i
create_cmd(HW::item< bool > &item, const mac_address_t &mac, uint32_t id, handle_t tx_intf, bool is_bvi)
Constructor.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A type declaration of an interface handle in VPP.
delete_cmd(HW::item< bool > &item, const mac_address_t &mac, uint32_t id, bool is_bvi)
Constructor.
HW::item< bool > & item()
return the HW item the command updates
A command class that creates or updates the bridge_domain.
Type def of a Ethernet address.
std::string to_string() const
convert to string format for debug purposes
std::string to_string() const
convert to string format for debug purposes
A cmd class that deletes a bridge_domain.
std::string to_string() const
convert to string format for debug purposes
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.