16 #ifndef __VOM_ARP_PROXY_BINDING_CMDS_H__ 17 #define __VOM_ARP_PROXY_BINDING_CMDS_H__ 22 #include <vapi/ip.api.vapi.hpp> 25 namespace arp_proxy_binding_cmds {
30 :
public rpc_cmd<HW::item<bool>, vapi::Proxy_arp_intfc_enable_disable>
63 :
public rpc_cmd<HW::item<bool>, vapi::Proxy_arp_intfc_enable_disable>
Error codes that VPP will return during a HW write.
bind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
A cmd class that Dumps all the Proxy ARP configs.
A representation of the connection to VPP.
std::string to_string() const
convert to string format for debug purposes
A base class for all RPC commands to VPP.
A cmd class that Unbinds ArpProxy Config from an interface.
A type declaration of an interface handle in VPP.
A command class that binds the LLDP config to the interface.
bool operator==(const bind_cmd &i) const
Comparison operator - only used for UT.
The VPP Object Model (VOM) library.
A base class for VPP dump commands.
rc_t issue(connection &con)
Issue the command to VPP/HW.
HW::item< bool > & item()
return the HW item the command updates