|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_VXLAN_TUNNEL_CMDS_H__
17 #define __VOM_VXLAN_TUNNEL_CMDS_H__
24 #include <vapi/vxlan.api.vapi.hpp>
27 namespace vxlan_tunnel_cmds {
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 cmd class that Dumps all the Vpp interfaces.
The VPP Object Model (VOM) library.
dump_cmd()
Default Constructor.
std::string to_string() const
convert to string format for debug purposes
rc_t issue(connection &con)
Issue the command to VPP/HW.
rc_t issue(connection &con)
Issue the command to VPP/HW.
Base class for intterface Delete commands.
A Command class that creates an VXLAN tunnel.
rc_t issue(connection &con)
Issue the command to VPP/HW.
create_cmd(HW::item< handle_t > &item, const std::string &name, const vxlan_tunnel::endpoint_t &ep, handle_t mcast_itf)
Create command constructor taking HW item to update and the endpoint values.
A representation of the connection to VPP.
A functor class that creates an VXLAN tunnel.
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
delete_cmd(HW::item< handle_t > &item, const vxlan_tunnel::endpoint_t &ep)
delete command constructor taking HW item to update and the endpoint values
A base class for interface Create commands.
HW::item< handle_t > & item()
return the HW item the command updates
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.
std::string to_string() const
convert to string format for debug purposes
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
Combaintion of attributes that are a unique key for a VXLAN tunnel.