16 #ifndef __VOM_GBP_BRIDGE_DOMAIN_CMDS_H__ 17 #define __VOM_GBP_BRIDGE_DOMAIN_CMDS_H__ 23 #include <vapi/gbp.api.vapi.hpp> 26 namespace gbp_bridge_domain_cmds {
31 :
public rpc_cmd<HW::item<uint32_t>, vapi::Gbp_bridge_domain_add>
64 :
public rpc_cmd<HW::item<uint32_t>, vapi::Gbp_bridge_domain_del>
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Delete an Bridge-Domain.
Error codes that VPP will return during a HW write.
A cmd class that Dumps all the bridge domains.
A command class that creates an Bridge-Domain.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
std::string to_string() const
convert to string format for debug purposes
A type declaration of an interface handle in VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
The VPP Object Model (VOM) library.
create_cmd(HW::item< uint32_t > &item, const handle_t bvi, const handle_t uu_fwd)
Constructor.
A base class for VPP dump commands.
HW::item< uint32_t > & item()
return the HW item the command updates