16 #ifndef __VOM_BRIDGE_DOMAIN_ARP_ENTRY_CMDS_H__ 17 #define __VOM_BRIDGE_DOMAIN_ARP_ENTRY_CMDS_H__ 21 #include <vapi/l2.api.vapi.hpp> 22 #include <vapi/vpe.api.vapi.hpp> 25 namespace bridge_domain_arp_entry_cmds {
39 const boost::asio::ip::address& ip_addr);
59 boost::asio::ip::address m_ip_addr;
74 const boost::asio::ip::address& ip_addr);
94 boost::asio::ip::address m_ip_addr;
sll srl srl sll sra u16x4 i
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
Error codes that VPP will return during a HW write.
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.
A cmd class that deletes a bridge domain ARP entry.
The VPP Object Model (VOM) library.
rc_t issue(connection &con)
Issue the command to VPP/HW.
create_cmd(HW::item< bool > &item, uint32_t id, const mac_address_t &mac, const boost::asio::ip::address &ip_addr)
Constructor.
Type def of a Ethernet address.
A command class that creates or updates the bridge domain ARP Entry.
std::string to_string() const
convert to string format for debug purposes