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 {
config_cmd(HW::item< bool > &item, const handle_t rx_itf, const handle_t tx_itf, const boost::asio::ip::address &addr)
Constructor.
A command class that configures the IP punt_redirect.
bool operator==(const config_cmd &i) const
Comparison operator - only used for UT.
Error codes that VPP will return during a HW write.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Unconfigs Ip punt redirect.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
A type declaration of an interface handle in VPP.
std::string to_string() const
convert to string format for debug purposes
A cmd class that Dumps all the IP punt redirect.
The VPP Object Model (VOM) library.
A base class for VPP dump commands.
HW::item< bool > & item()
return the HW item the command updates