|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_ARP_PROXY_CONFIG_CMDS_H__
17 #define __VOM_ARP_PROXY_CONFIG_CMDS_H__
23 #include <vapi/arp.api.vapi.hpp>
26 namespace arp_proxy_config_cmds {
37 const boost::asio::ip::address_v4&
lo,
38 const boost::asio::ip::address_v4& high);
58 const boost::asio::ip::address_v4 m_low;
59 const boost::asio::ip::address_v4 m_high;
72 const boost::asio::ip::address_v4&
lo,
73 const boost::asio::ip::address_v4& hig);
93 const boost::asio::ip::address_v4 m_low;
94 const boost::asio::ip::address_v4 m_high;
The VPP Object Model (VOM) library.
config_cmd(HW::item< bool > &item, const boost::asio::ip::address_v4 &lo, const boost::asio::ip::address_v4 &high)
Constructor.
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
rc_t issue(connection &con)
Issue the command to VPP/HW.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Dumps all the Proxy ARP configs.
bool operator==(const unconfig_cmd &i) const
Comparison operator - only used for UT.
unconfig_cmd(HW::item< bool > &item, const boost::asio::ip::address_v4 &lo, const boost::asio::ip::address_v4 &hig)
Constructor.
A representation of the connection to VPP.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
sll srl srl sll sra u16x4 i
std::string to_string() const
convert to string format for debug purposes
A command class that adds the ARP Proxy config.
std::string to_string() const
convert to string format for debug purposes
HW::item< bool > & item()
return the HW item the command updates
A cmd class that Unconfigs ArpProxy Config from an interface.
dump_cmd()=default
Constructor.
bool operator==(const config_cmd &i) const
Comparison operator - only used for UT.
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.