16 #ifndef __VOM_NEIGHBOUR_CMDS_H__ 17 #define __VOM_NEIGHBOUR_CMDS_H__ 22 #include <vapi/ip.api.vapi.hpp> 25 namespace neighbour_cmds {
31 vapi::Ip_neighbor_add_del>
67 vapi::Ip_neighbor_add_del>
A cmd class that deletes a bridge domain ARP entry.
Error codes that VPP will return during a HW write.
An L3 protocol can be used to construct a prefix that is used to match packets are part of a route...
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
create_cmd(HW::item< bool > &item, handle_t itf, const mac_address_t &mac, const boost::asio::ip::address &ip_addr)
Constructor.
A type declaration of an interface handle in VPP.
A cmd class that Dumps all the neighbours.
The VPP Object Model (VOM) library.
A command class that creates or updates the bridge domain ARP Entry.
Type def of a Ethernet address.
std::string to_string() const
convert to string format for debug purposes
A base class for VPP dump commands.
HW::item< bool > & item()
return the HW item the command updates