16 #ifndef __VOM_NEIGHBOUR_CMDS_H__ 17 #define __VOM_NEIGHBOUR_CMDS_H__ 22 #include <vapi/ip.api.vapi.hpp> 25 namespace neighbour_cmds {
31 :
public rpc_cmd<HW::item<bool>, rc_t, vapi::Ip_neighbor_add_del>
40 const boost::asio::ip::address& ip_addr);
60 boost::asio::ip::address m_ip_addr;
67 :
public rpc_cmd<HW::item<bool>, rc_t, vapi::Ip_neighbor_add_del>
76 const boost::asio::ip::address& ip_addr);
96 boost::asio::ip::address m_ip_addr;
sll srl srl sll sra u16x4 i
A cmd class that deletes a bridge domain ARP entry.
Error codes that VPP will return during a HW write.
Types belonging to Routing.
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.
HW::item< bool > & item()
return the HW item the command updates
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.
std::string to_string() const
convert to string format for debug purposes
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.
A base class for VPP dump commands.