|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_GBP_ROUTE_DOMAIN_CMDS_H__
17 #define __VOM_GBP_ROUTE_DOMAIN_CMDS_H__
23 #include <vapi/gbp.api.vapi.hpp>
26 namespace gbp_route_domain_cmds {
31 :
public rpc_cmd<HW::item<uint32_t>, vapi::Gbp_route_domain_add>
66 :
public rpc_cmd<HW::item<uint32_t>, vapi::Gbp_route_domain_del>
rc_t issue(connection &con)
Issue the command to VPP/HW.
delete_cmd(HW::item< uint32_t > &item)
Constructor.
The VPP Object Model (VOM) library.
dump_cmd()=default
Constructor.
A base class for all RPC commands to VPP.
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.
A cmd class that Delete an Route-Domain.
create_cmd(HW::item< uint32_t > &item, scope_t scope, const handle_t ip4_uu_fwd, const handle_t ip6_uu_fwd)
Constructor.
std::string to_string() const
convert to string format for debug purposes
A representation of the connection to VPP.
sll srl srl sll sra u16x4 i
A command class that creates an Route-Domain.
A type declaration of an interface handle in VPP.
std::string to_string() const
convert to string format for debug purposes
A cmd class that Dumps all the route domains.
HW::item< uint32_t > & item()
return the HW item the command updates
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
rc_t issue(connection &con)
Issue the command to VPP/HW.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
rc_t issue(connection &con)
Issue the command to VPP/HW.
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.