|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_MROUTE_CMDS_H__
17 #define __VOM_MROUTE_CMDS_H__
23 #include <vapi/ip.api.vapi.hpp>
27 namespace ip_mroute_cmds {
The VPP Object Model (VOM) library.
A cmd class that Dumps ipv4 fib.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A base class for all RPC commands to VPP.
std::string to_string() const
convert to string format for debug purposes
A representation of the connection to VPP.
std::string to_string() const
convert to string format for debug purposes
rc_t issue(connection &con)
Issue the command to VPP/HW.
sll srl srl sll sra u16x4 i
A cmd class that deletes a route.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
HW::item< bool > & item()
return the HW item the command updates
An L3 protocol can be used to construct a prefix that is used to match packets are part of a route.
std::string to_string() const
convert to string format for debug purposes
dump_cmd()
Default Constructor.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A path for IP or MPLS routes.
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.
uint32_t table_id_t
type def the table-id
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
update_cmd(HW::item< bool > &item, table_id_t id, const mprefix_t &mprefix, const path &path, const itf_flags_t &flags)
Constructor.
bool operator==(const update_cmd &i) const
Comparison operator - only used for UT.
delete_cmd(HW::item< bool > &item, table_id_t id, const mprefix_t &mprefix, const path &path, const itf_flags_t &flags)
Constructor.
A command class that creates or updates the route.
vl_api_wireguard_peer_flags_t flags