|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_ARP_PROXY_BINDING_CMDS_H__
17 #define __VOM_ARP_PROXY_BINDING_CMDS_H__
22 #include <vapi/arp.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>
bind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
A command class that binds the LLDP config to the interface.
std::string to_string() const
convert to string format for debug purposes
The VPP Object Model (VOM) library.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A base class for all RPC commands to VPP.
dump_cmd()=default
Constructor.
unbind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A representation of the connection to VPP.
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
std::string to_string() const
convert to string format for debug purposes
bool operator==(const bind_cmd &i) const
Comparison operator - only used for UT.
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 Unbinds ArpProxy Config from an interface.
A cmd class that Dumps all the Proxy ARP configs.
bool operator==(const unbind_cmd &i) const
Comparison operator - only used for UT.
bool operator==(const dump_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.
rc_t issue(connection &con)
Issue the command to VPP/HW.