16 #ifndef __VOM_ROUTE_CMDS_H__ 17 #define __VOM_ROUTE_CMDS_H__ 23 #include <vapi/ip.api.vapi.hpp> 27 namespace ip_route_cmds {
uint32_t table_id_t
type def the table-id
A cmd class that Dumps ipv6 fib.
std::string to_string() const
convert to string format for debug purposes
A command class that creates or updates the route.
A path for IP or MPLS routes.
Error codes that VPP will return during a HW write.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
A cmd class that deletes a route.
update_cmd(HW::item< bool > &item, table_id_t id, const prefix_t &prefix, const path &path)
Constructor.
A cmd class that Dumps ipv4 fib.
rc_t issue(connection &con)
Issue the command to VPP/HW.
The VPP Object Model (VOM) library.
bool operator==(const update_cmd &i) const
Comparison operator - only used for UT.
A base class for VPP dump commands.
HW::item< bool > & item()
return the HW item the command updates