|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_BRIDGE_DOMAIN_ARP_ENTRY_CMDS_H__
17 #define __VOM_BRIDGE_DOMAIN_ARP_ENTRY_CMDS_H__
22 #include <vapi/l2.api.vapi.hpp>
23 #include <vapi/vpe.api.vapi.hpp>
26 namespace bridge_domain_arp_entry_cmds {
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
The VPP Object Model (VOM) library.
std::string to_string() const
convert to string format for debug purposes
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A base class for all RPC commands to VPP.
delete_cmd(HW::item< bool > &item, uint32_t id, const mac_address_t &mac, const boost::asio::ip::address &ip_addr)
Constructor.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A command class that creates or updates the bridge domain ARP Entry.
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.
A representation of the connection to VPP.
A cmd class that Dumps all arp termination tables.
sll srl srl sll sra u16x4 i
manual_print typedef address
HW::item< bool > & item()
return the HW item the command updates
Type def of a Ethernet address.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that deletes a bridge domain ARP entry.
dump_cmd()
Default Constructor.
Error codes that VPP will return during a HW write.
std::string to_string() const
convert to string format for debug purposes
A base class for VPP dump commands.
std::string to_string() const
convert to string format for debug purposes
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.