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 {
sll srl srl sll sra u16x4 i
A command class that creates or updates the bridge_domain.
Error codes that VPP will return during a HW write.
A cmd class that deletes a bridge_domain.
A representation of the connection to VPP.
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.
HW::item< bool > & item()
return the HW item the command updates
A base class for all RPC commands to VPP.
A type declaration of an interface handle in VPP.
A cmd class that Dumps all the interface spans.
std::string to_string() const
convert to string format for debug purposes
The VPP Object Model (VOM) library.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
Type def of a Ethernet address.
A base class for VPP dump commands.