16 #ifndef __VOM_ROUTE_DOMAIN_CMDS_H__ 17 #define __VOM_ROUTE_DOMAIN_CMDS_H__ 23 #include <vapi/ip.api.vapi.hpp> 26 namespace route_domain_cmds {
uint32_t table_id_t
type def the table-id
create_cmd(HW::item< bool > &item, l3_proto_t proto, route::table_id_t id)
Constructor.
Error codes that VPP will return during a HW write.
An L3 protocol can be used to construct a prefix that is used to match packets are part of a route...
A representation of the connection to VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
std::string to_string() const
convert to string format for debug purposes
A base class for all RPC commands to VPP.
A command class that creates the IP table.
sll srl srl sll sra u16x4 i
A cmd class that Deletes the IP Table.
The VPP Object Model (VOM) library.
A cmd class that Dumps IP fib tables.
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