|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_GBP_VXLAN_CMDS_H__
17 #define __VOM_GBP_VXLAN_CMDS_H__
23 #include <vapi/gbp.api.vapi.hpp>
26 namespace gbp_vxlan_cmds {
38 const boost::asio::ip::address_v4&
src,
58 boost::asio::ip::address_v4 m_src;
The VPP Object Model (VOM) library.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
std::string to_string() const
convert to string format for debug purposes
Base class for intterface Delete commands.
std::string to_string() const
convert to string format for debug purposes
A representation of the connection to VPP.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Dumps all the bridge domains.
sll srl srl sll sra u16x4 i
rc_t issue(connection &con)
Issue the command to VPP/HW.
A base class for interface Create commands.
A command class that creates an Bridge-Domain.
create_cmd(HW::item< handle_t > &item, const std::string &name, const boost::asio::ip::address_v4 &src, uint32_t vni, bool is_l2, uint32_t bd_rd)
Constructor.
HW::item< handle_t > & item()
return the HW item the command updates
std::string to_string() const
convert to string format for debug purposes
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Delete an Bridge-Domain.
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
delete_cmd(HW::item< handle_t > &item, uint32_t vni)
Constructor.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.