|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_IP_PUNT_REDIRECT_CMDS_H__
17 #define __VOM_IP_PUNT_REDIRECT_CMDS_H__
23 #include <vapi/ip.api.vapi.hpp>
26 namespace ip_punt_redirect_cmds {
rc_t issue(connection &con)
Issue the command to VPP/HW.
The VPP Object Model (VOM) library.
A base class for all RPC commands to VPP.
dump_cmd()=default
Constructor.
unconfig_cmd(HW::item< bool > &item, const handle_t rx_itf, const handle_t tx_itf, const boost::asio::ip::address &addr)
Constructor.
bool operator==(const config_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
A representation of the connection to VPP.
std::string to_string() const
convert to string format for debug purposes
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
manual_print typedef address
bool operator==(const unconfig_cmd &i) const
Comparison operator - only used for UT.
A cmd class that Unconfigs Ip punt redirect.
config_cmd(HW::item< bool > &item, const handle_t rx_itf, const handle_t tx_itf, const boost::asio::ip::address &addr)
Constructor.
HW::item< bool > & item()
return the HW item the command updates
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A command class that configures the IP punt_redirect.
A cmd class that Dumps all the IP punt redirect.
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.
rc_t issue(connection &con)
Issue the command to VPP/HW.