16 #ifndef __VOM_BRIDGE_DOMAIN_CMDS_H__ 17 #define __VOM_BRIDGE_DOMAIN_CMDS_H__ 23 #include <vapi/l2.api.vapi.hpp> 26 namespace bridge_domain_cmds {
31 :
public rpc_cmd<HW::item<uint32_t>, rc_t, vapi::Bridge_domain_add_del>
65 :
public rpc_cmd<HW::item<uint32_t>, rc_t, vapi::Bridge_domain_add_del>
sll srl srl sll sra u16x4 i
rc_t issue(connection &con)
Issue the command to VPP/HW.
Error codes that VPP will return during a HW write.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
A representation of the connection to VPP.
A cmd class that Dumps all the IPv4 L3 configs.
HW::item< uint32_t > & item()
return the HW item the command updates
A base class for all RPC commands to VPP.
Bridge Domain Learning mode.
The VPP Object Model (VOM) library.
create_cmd(HW::item< uint32_t > &item, const bridge_domain::learning_mode_t &lmode)
Constructor.
A command class that creates an Bridge-Domain.
std::string to_string() const
convert to string format for debug purposes
A base class for VPP dump commands.
A cmd class that Delete an Bridge-Domain.