19 namespace arp_proxy_binding_cmds {
30 return (m_itf == other.m_itf);
36 msg_t req(con.
ctx(), std::ref(*
this));
38 auto& payload = req.get_request().get_payload();
39 payload.sw_if_index = m_itf.
value();
40 payload.enable_disable = 1;
68 return (m_itf == other.m_itf);
74 msg_t req(con.
ctx(), std::ref(*
this));
76 auto& payload = req.get_request().get_payload();
77 payload.sw_if_index = m_itf.
value();
78 payload.enable_disable = 0;
static const rc_t NOOP
The HW write/update action was/has not been attempted.
HW::item< bool > & m_hw_item
A reference to an object's HW::item that the command will update.
rc_t issue(connection &con)
Issue the command to VPP/HW.
uint32_t value() const
get the value of the handle
Error codes that VPP will return during a HW write.
bind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
std::string to_string() const
convert to string format for debug purposes
std::string to_string() const
convert to string format for debug purposes
std::string to_string() const
convert to string format for debug purposes
A representation of the connection to VPP.
HW::item< bool > & item()
return the HW item the command updates
A base class for all RPC commands to VPP.
#define VAPI_CALL(_stmt)
Convenince wrapper macro for error handling in VAPI sends.
std::string to_string() const
convert to string format for debug purposes
unbind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
A cmd class that Unbinds ArpProxy Config from an interface.
bool operator==(const bind_cmd &i) const
Comparison operator - only used for UT.
A type declaration of an interface handle in VPP.
static const rc_t OK
The HW write was successfull.
vapi::Connection & ctx()
Retrun the VAPI context the commands will use.
bool operator==(const unbind_cmd &i) const
Comparison operator - only used for UT.
A command class that binds the LLDP config to the interface.
The VPP Object Model (VOM) library.
void set(const rc_t &rc)
Set the HW return code - should only be called from the family of Command objects.
vapi::Proxy_arp_intfc_enable_disable msg_t
convenient typedef
rc_t issue(connection &con)
Issue the command to VPP/HW.
rc_t wait()
Wait on the commands promise.