16 #ifndef __VOM_GBP_SUBNET_CMDS_H__ 17 #define __VOM_GBP_SUBNET_CMDS_H__ 22 #include <vapi/gbp.api.vapi.hpp> 25 namespace gbp_subnet_cmds {
uint32_t table_id_t
type def the table-id
create_cmd(HW::item< bool > &item, route::table_id_t rd, const route::prefix_t &prefix, const gbp_subnet::type_t &type, const handle_t &itf, sclass_t sclass)
Constructor.
Error codes that VPP will return during a HW write.
A cmd class that Dumps all the GBP subnets.
A representation of the connection to VPP.
vl_api_fib_path_type_t type
A base class for all RPC commands to VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
A cmd class that deletes a GBP subnet.
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
std::string to_string() const
convert to string format for debug purposes
A command class that creates or updates the GBP subnet.
The VPP Object Model (VOM) library.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A base class for VPP dump commands.
HW::item< bool > & item()
return the HW item the command updates