16 #ifndef __VOM_NEIGHBOUR_CMDS_H__ 17 #define __VOM_NEIGHBOUR_CMDS_H__ 23 #include <vapi/ip_neighbor.api.vapi.hpp> 26 namespace neighbour_cmds {
A cmd class that deletes a bridge domain ARP entry.
vl_api_wireguard_peer_flags_t flags
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.
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
manual_print typedef address
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.
create_cmd(HW::item< handle_t > &item, handle_t itf, const mac_address_t &mac, const boost::asio::ip::address &ip_addr, const neighbour::flags_t &flags)
Constructor.
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< handle_t > & item()
return the HW item the command updates